C# Класс Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException

Наследование: Exception
Показать файл Открыть проект

Защищенные методы

Метод Описание
RuntimeBinderInternalCompilerException ( SerializationInfo info, StreamingContext context ) : System

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

Описание методов

RuntimeBinderInternalCompilerException() защищенный Метод

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.
Результат System