C# Class Org.BouncyCastle.Crypto.Tls.TlsException

Inheritance: System.Exception
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
TlsException ( ) : System
TlsException ( string message ) : System
TlsException ( string message, Exception exception ) : System

Method Details

TlsException() public méthode

public TlsException ( ) : System
Résultat System

TlsException() public méthode

public TlsException ( string message ) : System
message string
Résultat System

TlsException() public méthode

public TlsException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System