C# 클래스 OpenSSL.Core.OpenSslException

Exception class to provide OpenSSL specific information when errors occur.
상속: System.Exception
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
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