C# Класс Jwc.Experiment.ObjectDisposalException

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

Открытые методы

Метод Описание
ObjectDisposalException ( ) : System

Initializes a new instance of the ObjectDisposalException class.

ObjectDisposalException ( string message ) : System

Initializes a new instance of the ObjectDisposalException class.

ObjectDisposalException ( string message, Exception inner ) : System

Initializes a new instance of the ObjectDisposalException class.

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

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

Initializes a new instance of the ObjectDisposalException class.

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

ObjectDisposalException() публичный Метод

Initializes a new instance of the ObjectDisposalException class.
public ObjectDisposalException ( ) : System
Результат System

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

Initializes a new instance of the ObjectDisposalException class.
protected ObjectDisposalException ( 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

ObjectDisposalException() публичный Метод

Initializes a new instance of the ObjectDisposalException class.
public ObjectDisposalException ( string message ) : System
message string /// The message that describes the error. ///
Результат System

ObjectDisposalException() публичный Метод

Initializes a new instance of the ObjectDisposalException class.
public ObjectDisposalException ( string message, Exception inner ) : System
message string /// The message. ///
inner System.Exception /// The inner. ///
Результат System