Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
namespace Microsoft.CSharp.RuntimeBinder
{
public class RuntimeBinderInternalCompilerException : Exception
{
public RuntimeBinderInternalCompilerException();
public RuntimeBinderInternalCompilerException(string message);
public RuntimeBinderInternalCompilerException(string message, Exception innerException);
}
}