C# Class SharpNeat.SharpNeatException

General purpose exception class for use within SharpNeat.
Inheritance: System.ApplicationException
Afficher le fichier Open project: colgreen/sharpneat

Méthodes publiques

Méthode Description
SharpNeatException ( ) : System

Initializes a new instance of the SharpNeatException class.

SharpNeatException ( string message ) : System

Initializes a new instance of the SharpNeatException class with a specified error message.

SharpNeatException ( string message, System innerException ) : System

Initializes a new instance of the SharpNeatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Method Details

SharpNeatException() public méthode

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

SharpNeatException() public méthode

Initializes a new instance of the SharpNeatException class with a specified error message.
public SharpNeatException ( string message ) : System
message string
Résultat System

SharpNeatException() public méthode

Initializes a new instance of the SharpNeatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SharpNeatException ( string message, System innerException ) : System
message string
innerException System
Résultat System