TlsFailureException Members
Defines the exception thrown when there is a connection issue due to the use of TLS.
The TlsFailureException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TlsFailureException()()()() | Initializes a new instance of the [TlsFailureException] class. | |
TlsFailureException(String) | Initializes a new instance of the [TlsFailureException] class. | |
TlsFailureException(SerializationInfo, StreamingContext) | Initializes a new instance of the [TlsFailureException] class. | |
TlsFailureException(String, Exception) | Initializes a new instance of the [TlsFailureException] class. | |
TlsFailureException(String, Exception, Int32, TlsFailureReason) | Initializes a new instance of the [TlsFailureException] class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DetectionStackTrace | Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.) | |
ErrorCode | Gets the error code integer. | |
FailureReason | Gets the possible cause for failure. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
LocalEndpoint | ||
Message | (Inherited from Exception.) | |
RemoteCertificate | ||
RemoteEndpoint | ||
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides RealTimeException..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of [TlsFailureException]. (Overrides RealTimeException..::..ToString()()()().) |
Top