C# Class Jwc.Experiment.RestrictiveReferenceException

Inheritance: System.Exception
Afficher le fichier Open project: jwChung/Experimentalism Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

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

Initializes a new instance of the RestrictiveReferenceException class.

Method Details

RestrictiveReferenceException() public méthode

Initializes a new instance of the RestrictiveReferenceException class.
public RestrictiveReferenceException ( ) : System
Résultat System

RestrictiveReferenceException() protected méthode

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

RestrictiveReferenceException() public méthode

Initializes a new instance of the RestrictiveReferenceException class.
public RestrictiveReferenceException ( string message ) : System
message string /// The message that describes the error. ///
Résultat System

RestrictiveReferenceException() public méthode

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