TlsFailureException Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
TlsFailureException() | Initializes a new instance of the TlsFailureException class. | |
TlsFailureException(String) | Initializes a new instance of the TlsFailureException class with a specified error message. | |
TlsFailureException(SerializationInfo, StreamingContext) | Initializes a new instance of the TlsFailureException class with serialized data. | |
TlsFailureException(String, Exception) | Initializes a new instance of the TlsFailureException class with a specified error message and reference to the inner exception that is the cause of this exception. | |
TlsFailureException(String, Exception, Int32, TlsFailureReason) | Initializes a new instance of the TlsFailureException class with a specified error message and reference to the inner exception that is the cause of this exception. |
Top