TlsException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
TlsException(String)
Initializes a new instance of the Tls
Declaration
public TlsException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
TlsException(String, Exception)
Initializes a new instance of the Tls
Declaration
public TlsException(string message, Exception inner)