TlsException Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
The exception that is thrown when a TLS/SSL error occurs.
Syntax
public class TlsException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Tls |
Initializes a new instance of the Tls |
Tls |
Initializes a new instance of the Tls |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets error status.
Inherited from Network |