C# Класс OpenSSL.Core.OpenSslException

Exception class to provide OpenSSL specific information when errors occur.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OpenSslException ( ) : System

When this class is instantiated, GetErrorMessage() is called automatically. This will call ERR_get_error() on the native openssl interface, once for every error that is in the current context. The exception message is the concatination of each of these errors turned into strings using ERR_error_string_n().

Приватные методы

Метод Описание
GetCurrentContext ( ) : List
GetErrorMessage ( List context ) : string
OpenSslException ( List context ) : System

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

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

When this class is instantiated, GetErrorMessage() is called automatically. This will call ERR_get_error() on the native openssl interface, once for every error that is in the current context. The exception message is the concatination of each of these errors turned into strings using ERR_error_string_n().
public OpenSslException ( ) : System
Результат System