Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
namespace Microsoft.CSharp.RuntimeBinder
{
public class RuntimeBinderInternalCompilerException : Exception
{
public RuntimeBinderInternalCompilerException();
public RuntimeBinderInternalCompilerException(string message);
public RuntimeBinderInternalCompilerException(string message, Exception innerException);
protected RuntimeBinderInternalCompilerException(SerializationInfo info, StreamingContext context);
}
}