C# Class dlech.SshAgentLib.KeyFormatterException

Inheritance: System.Exception
Exibir arquivo Open project: dlech/SshAgentLib

Public Methods

Method Description
KeyFormatterException ( ) : System
KeyFormatterException ( string aMessage ) : System
KeyFormatterException ( string aMessage, Exception aInnerException ) : System

Method Details

KeyFormatterException() public method

public KeyFormatterException ( ) : System
return System

KeyFormatterException() public method

public KeyFormatterException ( string aMessage ) : System
aMessage string
return System

KeyFormatterException() public method

public KeyFormatterException ( string aMessage, Exception aInnerException ) : System
aMessage string
aInnerException System.Exception
return System