C# Class Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException

Inheritance: Exception
Show file Open project: dotnet/corefx

Protected Methods

Method Description
RuntimeBinderInternalCompilerException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RuntimeBinderInternalCompilerException class with serialized data.

Method Details

RuntimeBinderInternalCompilerException() protected method

Initializes a new instance of the RuntimeBinderInternalCompilerException class with serialized data.
protected RuntimeBinderInternalCompilerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System