CannotCompileConstant() статический приватный Метод

A string like "CompileToMethod cannot compile constant '{0}' because it is a non-trivial value, such as a live object. Instead, create an expression tree that can construct this value."
static private CannotCompileConstant ( object p0 ) : string
p0 object
Результат string
Пример #1
0
 internal static Exception CannotCompileConstant(object p0)
 {
     return(new InvalidOperationException(Strings.CannotCompileConstant(p0)));
 }