C# Class Interop.OpenSsl.SslException

Inheritance: Exception
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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 méthode

public SslException ( int error ) : System
error int
Résultat System

SslException() public méthode

public SslException ( string inputMessage ) : System
inputMessage string
Résultat System

SslException() public méthode

public SslException ( string inputMessage, Exception ex ) : System
inputMessage string
ex Exception
Résultat System

SslException() public méthode

public SslException ( string inputMessage, int error ) : System
inputMessage string
error int
Résultat System