C# Class OpenSSL.Core.OpenSslError

This is a struct that contains a uint for the native openssl error code. It provides helper methods to convert this error code into strings.
Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
OpenSslError ( uint err ) : System

Constructs an OpenSslError object.

Method Details

OpenSslError() public method

Constructs an OpenSslError object.
public OpenSslError ( uint err ) : System
err uint The native error code
return System