C# Класс dlech.SshAgentLib.KeyFormatterException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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