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.
|
public SharpNeatException ( string message ) : System | ||
message | string | |
Résultat | System |
public SharpNeatException ( string message, System innerException ) : System | ||
message | string | |
innerException | System | |
Résultat | System |