C# Класс minisign.Exceptions.CorruptPrivateKeyException

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

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

Метод Описание
CorruptPrivateKeyException ( ) : System
CorruptPrivateKeyException ( string message ) : System
CorruptPrivateKeyException ( string message, Exception inner ) : System

Описание методов

CorruptPrivateKeyException() публичный Метод

public CorruptPrivateKeyException ( ) : System
Результат System

CorruptPrivateKeyException() публичный Метод

public CorruptPrivateKeyException ( string message ) : System
message string
Результат System

CorruptPrivateKeyException() публичный Метод

public CorruptPrivateKeyException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System