C# 클래스 dlech.SshAgentLib.KeyFormatterException

상속: System.Exception
파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
KeyFormatterException ( ) : System
KeyFormatterException ( string aMessage ) : System
KeyFormatterException ( string aMessage, Exception aInnerException ) : System

메소드 상세

KeyFormatterException() 공개 메소드

public KeyFormatterException ( ) : System
리턴 System

KeyFormatterException() 공개 메소드

public KeyFormatterException ( string aMessage ) : System
aMessage string
리턴 System

KeyFormatterException() 공개 메소드

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