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

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

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

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

Initializes a new instance of the RestrictiveReferenceException class.

RestrictiveReferenceException ( string message ) : System

Initializes a new instance of the RestrictiveReferenceException class.

RestrictiveReferenceException ( string message, Exception inner ) : System

Initializes a new instance of the RestrictiveReferenceException class.

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

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

Initializes a new instance of the RestrictiveReferenceException class.

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

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

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

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

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

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

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

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

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