C# Class Jwc.Experiment.RestrictiveReferenceException

Inheritance: System.Exception
显示文件 Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
RestrictiveReferenceException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RestrictiveReferenceException class.

Method Details

RestrictiveReferenceException() public method

Initializes a new instance of the RestrictiveReferenceException class.
public RestrictiveReferenceException ( ) : System
return System

RestrictiveReferenceException() protected method

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. ///
return System

RestrictiveReferenceException() public method

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

RestrictiveReferenceException() public method

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. ///
return System