C# 클래스 Crabwise.CommandWrap.CommandException

상속: System.Exception
파일 보기 프로젝트 열기: CrabwiseStudios/CommandWrap

공개 메소드들

메소드 설명
CommandException ( ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message, Exception inner ) : System

Initializes a new instance of the CommandException class.

CommandException ( string message, Exception inner, Command command ) : System

Initializes a new instance of the CommandException class.

보호된 메소드들

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

Initializes a new instance of the CommandException class.

메소드 상세

CommandException() 공개 메소드

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

CommandException() 보호된 메소드

Initializes a new instance of the CommandException class.
protected CommandException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The given serialized info.
context System.Runtime.Serialization.StreamingContext Information about the stream and sender.
리턴 System

CommandException() 공개 메소드

Initializes a new instance of the CommandException class.
public CommandException ( string message ) : System
message string The error message associated with the exception.
리턴 System

CommandException() 공개 메소드

Initializes a new instance of the CommandException class.
public CommandException ( string message, Exception inner ) : System
message string The error message associated with the exception.
inner System.Exception The inner exception.
리턴 System

CommandException() 공개 메소드

Initializes a new instance of the CommandException class.
public CommandException ( string message, Exception inner, Command command ) : System
message string The error message associated with the exception.
inner System.Exception The inner exception.
command Command The object associated with the exception.
리턴 System