C# Class Interop.OpenSsl.SslException

Inheritance: Exception
Mostrar archivo Open project: dotnet/corefx

Public Methods

Method Description
SslException ( int error ) : System
SslException ( string inputMessage ) : System
SslException ( string inputMessage, Exception ex ) : System
SslException ( string inputMessage, int error ) : System

Method Details

SslException() public method

public SslException ( int error ) : System
error int
return System

SslException() public method

public SslException ( string inputMessage ) : System
inputMessage string
return System

SslException() public method

public SslException ( string inputMessage, Exception ex ) : System
inputMessage string
ex Exception
return System

SslException() public method

public SslException ( string inputMessage, int error ) : System
inputMessage string
error int
return System