The TlsFailureExceptiontype exposes the following members.

Constructors

  Name Description
TlsFailureException Overloaded.

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. The string includes ErrorCode and FailureReason properties.
(Overrides RealTimeException . . :: . ToString () () () .)

Properties

  Name Description
Data (Inherited from Exception.)
DetectionStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.
(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
Gets or set the local endpoint associated with this exception, if available.
Message (Inherited from Exception.)
RemoteCertificate
Gets or set the remote certificate associated with this exception, if available.
RemoteEndpoint
Gets or set the remote endpoint associated with this exception, if available.
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)

See Also