C# Class dlech.SshAgentLib.PpkFormatterException

Identifies errors encountered when reading .ppk files
Inheritance: KeyFormatterException
Show file Open project: dlech/SshAgentLib

Public Methods

Method Description
PpkFormatterException ( PpkErrorType err ) : System
PpkFormatterException ( PpkErrorType err, string message ) : System
PpkFormatterException ( PpkErrorType err, string message, Exception innerException ) : System

Method Details

PpkFormatterException() public method

public PpkFormatterException ( PpkErrorType err ) : System
err PpkErrorType
return System

PpkFormatterException() public method

public PpkFormatterException ( PpkErrorType err, string message ) : System
err PpkErrorType
message string
return System

PpkFormatterException() public method

public PpkFormatterException ( PpkErrorType err, string message, Exception innerException ) : System
err PpkErrorType
message string
innerException System.Exception
return System