C# 클래스 Neddle.NeddleException

An Neddle specific exception.
상속: System.ApplicationException
파일 보기 프로젝트 열기: kcargile/neddle

공개 메소드들

메소드 설명
NeddleException ( ) : System

Initializes a new instance of the NeddleException class.

NeddleException ( string message ) : System

Initializes a new instance of the NeddleException class.

NeddleException ( string message, Exception inner ) : System

Initializes a new instance of the NeddleException class.

보호된 메소드들

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

Initializes a new instance of the NeddleException class.

메소드 상세

NeddleException() 공개 메소드

Initializes a new instance of the NeddleException class.
public NeddleException ( ) : System
리턴 System

NeddleException() 보호된 메소드

Initializes a new instance of the NeddleException class.
protected NeddleException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
리턴 System

NeddleException() 공개 메소드

Initializes a new instance of the NeddleException class.
public NeddleException ( string message ) : System
message string A message that describes the error.
리턴 System

NeddleException() 공개 메소드

Initializes a new instance of the NeddleException class.
public NeddleException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
리턴 System