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

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

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

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

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

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

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

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

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

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

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