C# Class Crabwise.CommandWrap.SyntaxException

Inheritance: System.Exception
Afficher le fichier Open project: CrabwiseStudios/CommandWrap

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
SyntaxException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SyntaxException class.

Method Details

SyntaxException() public méthode

Initializes a new instance of the SyntaxException class.
public SyntaxException ( ) : System
Résultat System

SyntaxException() protected méthode

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.
Résultat System

SyntaxException() public méthode

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

SyntaxException() public méthode

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.
Résultat System

SyntaxException() public méthode

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.
Résultat System