C# 클래스 dlech.SshAgentLib.PpkFormatterException

Identifies errors encountered when reading .ppk files
상속: KeyFormatterException
파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
PpkFormatterException ( PpkErrorType err ) : System
PpkFormatterException ( PpkErrorType err, string message ) : System
PpkFormatterException ( PpkErrorType err, string message, Exception innerException ) : System

메소드 상세

PpkFormatterException() 공개 메소드

public PpkFormatterException ( PpkErrorType err ) : System
err PpkErrorType
리턴 System

PpkFormatterException() 공개 메소드

public PpkFormatterException ( PpkErrorType err, string message ) : System
err PpkErrorType
message string
리턴 System

PpkFormatterException() 공개 메소드

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