C# Class Crisis.CommandLine.ParseException

Inheritance: System.Exception
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator

Méthodes protégées

Méthode Description
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message, Exception innerException ) : System

Initializes a new instance of the ParseException class.

Method Details

ParseException() protected méthode

Initializes a new instance of the ParseException class.
protected ParseException ( ) : System
Résultat System

ParseException() protected méthode

Initializes a new instance of the ParseException class.
The class name is null or is zero (0). The info parameter is null.
protected ParseException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Résultat System

ParseException() protected méthode

Initializes a new instance of the ParseException class.
protected ParseException ( string message ) : System
message string The message.
Résultat System

ParseException() protected méthode

Initializes a new instance of the ParseException class.
protected ParseException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
Résultat System