C# Class Stumps.Server.StumpsNetworkException

Inheritance: System.Exception
ファイルを表示 Open project: Cayan-LLC/stumps

Public Methods

Method Description
StumpsNetworkException ( ) : System

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.

StumpsNetworkException ( string message ) : System

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.

StumpsNetworkException ( string message, Exception inner ) : System

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.

Protected Methods

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

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.

Method Details

StumpsNetworkException() public method

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.
public StumpsNetworkException ( ) : System
return System

StumpsNetworkException() protected method

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.
protected StumpsNetworkException ( 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

StumpsNetworkException() public method

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.
public StumpsNetworkException ( string message ) : System
message string The message that describes the error.
return System

StumpsNetworkException() public method

Initializes a new instance of the T:Stumps.Server.StumpsNetworkException class.
public StumpsNetworkException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System