C# Class Jwc.Experiment.NotExposedReferenceException

Inheritance: System.Exception
ファイルを表示 Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

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

Protected Methods

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

Initializes a new instance of the NotExposedReferenceException class.

Method Details

NotExposedReferenceException() public method

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

NotExposedReferenceException() protected method

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

NotExposedReferenceException() public method

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

NotExposedReferenceException() public method

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