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

Inheritance: System.Exception
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
TlsException ( ) : System
TlsException ( string message ) : System
TlsException ( string message, Exception exception ) : System

Method Details

TlsException() public method

public TlsException ( ) : System
return System

TlsException() public method

public TlsException ( string message ) : System
message string
return System

TlsException() public method

public TlsException ( string message, Exception exception ) : System
message string
exception System.Exception
return System