C# Class dlech.SshAgentLib.Crypto.SaltParseException

Exception for signalling parse errors.
Inheritance: System.ApplicationException
Show file Open project: dlech/SshAgentLib

Public Methods

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

Protected Methods

Method Description
SaltParseException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of SaltParseException.

Method Details

SaltParseException() public method

Default constructor.
public SaltParseException ( ) : System
return System

SaltParseException() protected method

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

SaltParseException() public method

Initializes a new instance of SaltParseException.
public SaltParseException ( string message ) : System
message string The message.
return System

SaltParseException() public method

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