C# 클래스 Crabwise.CommandWrap.SyntaxException

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

공개 메소드들

메소드 설명
SyntaxException ( ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message, Exception inner ) : System

Initializes a new instance of the SyntaxException class.

SyntaxException ( string message, Exception inner, SyntaxAttribute syntaxAttribute ) : System

Initializes a new instance of the SyntaxException class.

보호된 메소드들

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

Initializes a new instance of the SyntaxException class.

메소드 상세

SyntaxException() 공개 메소드

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

SyntaxException() 보호된 메소드

Initializes a new instance of the SyntaxException class.
protected SyntaxException ( 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

SyntaxException() 공개 메소드

Initializes a new instance of the SyntaxException class.
public SyntaxException ( string message ) : System
message string The message of the exception.
리턴 System

SyntaxException() 공개 메소드

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

SyntaxException() 공개 메소드

Initializes a new instance of the SyntaxException class.
public SyntaxException ( string message, Exception inner, SyntaxAttribute syntaxAttribute ) : System
message string The message of the exception.
inner System.Exception The inner exception.
syntaxAttribute SyntaxAttribute The object associated with this exception.
리턴 System