C# Класс Org.BouncyCastle.X509.Store.X509StoreException

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

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

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

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

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

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

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

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

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

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