C# Class dlech.SshAgentLib.KeyFormatterException

Inheritance: System.Exception
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
KeyFormatterException ( ) : System
KeyFormatterException ( string aMessage ) : System
KeyFormatterException ( string aMessage, Exception aInnerException ) : System

Method Details

KeyFormatterException() public méthode

public KeyFormatterException ( ) : System
Résultat System

KeyFormatterException() public méthode

public KeyFormatterException ( string aMessage ) : System
aMessage string
Résultat System

KeyFormatterException() public méthode

public KeyFormatterException ( string aMessage, Exception aInnerException ) : System
aMessage string
aInnerException System.Exception
Résultat System