C# Class dlech.SshAgentLib.Crypto.SaltParseException

Exception for signalling parse errors.
Inheritance: System.ApplicationException
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
SaltParseException ( ) : System

Default constructor.

SaltParseException ( string message ) : System

Initializes a new instance of SaltParseException.

SaltParseException ( string message, Exception innerException ) : System

Initializes a new instance of SaltParseException.

Méthodes protégées

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

Initializes a new instance of SaltParseException.

Method Details

SaltParseException() public méthode

Default constructor.
public SaltParseException ( ) : System
Résultat System

SaltParseException() protected méthode

Initializes a new instance of SaltParseException.
protected SaltParseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The information.
context System.Runtime.Serialization.StreamingContext The context.
Résultat System

SaltParseException() public méthode

Initializes a new instance of SaltParseException.
public SaltParseException ( string message ) : System
message string The message.
Résultat System

SaltParseException() public méthode

Initializes a new instance of SaltParseException.
public SaltParseException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System