C# 클래스 Stumps.Server.StumpsNetworkException

상속: System.Exception
파일 보기 프로젝트 열기: Cayan-LLC/stumps

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
StumpsNetworkException ( SerializationInfo info, StreamingContext context ) : System

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

메소드 상세

StumpsNetworkException() 공개 메소드

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

StumpsNetworkException() 보호된 메소드

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.
리턴 System

StumpsNetworkException() 공개 메소드

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

StumpsNetworkException() 공개 메소드

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.
리턴 System