The exception that is thrown when a TLS/SSL error occurs.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Class TlsException _
	Inherits NetworkSessionException
C#
public class TlsException : NetworkSessionException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Rebex.Net..::..NetworkSessionException
      Rebex.Net..::..TlsException

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also