C# Class Jwc.Experiment.NotExposedReferenceException

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

Méthodes publiques

Méthode Description
NotExposedReferenceException ( ) : System

Initializes a new instance of the NotExposedReferenceException class.

NotExposedReferenceException ( string message ) : System

Initializes a new instance of the NotExposedReferenceException class.

NotExposedReferenceException ( string message, Exception inner ) : System

Initializes a new instance of the NotExposedReferenceException class.

Méthodes protégées

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

Initializes a new instance of the NotExposedReferenceException class.

Method Details

NotExposedReferenceException() public méthode

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

NotExposedReferenceException() protected méthode

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

NotExposedReferenceException() public méthode

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

NotExposedReferenceException() public méthode

Initializes a new instance of the NotExposedReferenceException class.
public NotExposedReferenceException ( string message, Exception inner ) : System
message string /// The message. ///
inner System.Exception /// The inner. ///
Résultat System