System.Linq.Expressions.Error.PdbGeneratorNeedsExpressionCompiler C# (CSharp) Метод

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

NotSupportedException with message like "DebugInfoGenerator created by CreatePdbGenerator can only be used with LambdaExpression.CompileToMethod."
static private PdbGeneratorNeedsExpressionCompiler ( ) : Exception
Результат Exception
        internal static Exception PdbGeneratorNeedsExpressionCompiler()
        {
            return new NotSupportedException(Strings.PdbGeneratorNeedsExpressionCompiler);
        }
#endif
Error