1 instantiation of RuntimeBinderInternalCompilerException
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Error.cs (1)
12return new RuntimeBinderInternalCompilerException(SR.InternalCompilerError);
7 references to RuntimeBinderInternalCompilerException
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinderException.cs (2)
11/// Represents an error that occurs while processing a dynamic bind in the C# runtime binder. Exceptions of this type differ from <see cref="RuntimeBinderInternalCompilerException"/> in that 12/// <see cref="RuntimeBinderException"/> represents a failure to bind in the sense of a usual compiler error, whereas <see cref="RuntimeBinderInternalCompilerException"/>
Microsoft\CSharp\RuntimeBinder\RuntimeBinderInternalCompilerException.cs (5)
12/// <see cref="RuntimeBinderException"/> represents a failure to bind in the sense of a usual compiler error, whereas <see cref="RuntimeBinderInternalCompilerException"/> 19/// Initializes a new instance of the <see cref="RuntimeBinderInternalCompilerException"/> class. 26/// Initializes a new instance of the <see cref="RuntimeBinderInternalCompilerException"/> class with a specified error message. 35/// Initializes a new instance of the <see cref="RuntimeBinderInternalCompilerException"/> class with a specified error message 46/// Initializes a new instance of the <see cref="RuntimeBinderInternalCompilerException"/> class with serialized data.