C# Class Crabwise.CommandWrap.SyntaxException

Inheritance: System.Exception
ファイルを表示 Open project: CrabwiseStudios/CommandWrap

Public Methods

Method Description
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.

Protected Methods

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

Initializes a new instance of the SyntaxException class.

Method Details

SyntaxException() public method

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

SyntaxException() protected method

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.
return System

SyntaxException() public method

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

SyntaxException() public method

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.
return System

SyntaxException() public method

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.
return System