C# Class Crisis.CommandLine.ParseException

Inheritance: System.Exception
Mostrar archivo Open project: teeknofil/Crisis-Wordlist-Generator

Protected Methods

Method 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 method

Initializes a new instance of the ParseException class.
protected ParseException ( ) : System
return System

ParseException() protected method

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

ParseException() protected method

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

ParseException() protected method

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