C# Класс Org.BouncyCastle.Security.EncryptionException

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

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

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

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

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

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

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

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