C# Class Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException

Inheritance: Exception
Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
RuntimeBinderInternalCompilerException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

RuntimeBinderInternalCompilerException() protected méthode

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.
Résultat System