C# Class dlech.SshAgentLib.PpkFormatterException

Identifies errors encountered when reading .ppk files
Inheritance: KeyFormatterException
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
PpkFormatterException ( PpkErrorType err ) : System
PpkFormatterException ( PpkErrorType err, string message ) : System
PpkFormatterException ( PpkErrorType err, string message, Exception innerException ) : System

Method Details

PpkFormatterException() public méthode

public PpkFormatterException ( PpkErrorType err ) : System
err PpkErrorType
Résultat System

PpkFormatterException() public méthode

public PpkFormatterException ( PpkErrorType err, string message ) : System
err PpkErrorType
message string
Résultat System

PpkFormatterException() public méthode

public PpkFormatterException ( PpkErrorType err, string message, Exception innerException ) : System
err PpkErrorType
message string
innerException System.Exception
Résultat System