C# Class Dicom.Network.OpenSslException

Inheritance: System.Exception
显示文件 Open project: fo-dicom/mdcm

Public Methods

Method Description
GetErrorMessage ( uint err ) : string
GetErrorMessages ( ) : string
OpenSslException ( ) : System
OpenSslException ( uint err ) : System

Method Details

GetErrorMessage() public static method

public static GetErrorMessage ( uint err ) : string
err uint
return string

GetErrorMessages() public static method

public static GetErrorMessages ( ) : string
return string

OpenSslException() public method

public OpenSslException ( ) : System
return System

OpenSslException() public method

public OpenSslException ( uint err ) : System
err uint
return System