Class TlsTimeoutException
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
[Serializable]
public class TlsTimeoutException : IOException, ISerializable
- Inheritance
-
TlsTimeoutException
- Implements
- Inherited Members
Constructors
TlsTimeoutException()
public TlsTimeoutException()
TlsTimeoutException(SerializationInfo, StreamingContext)
protected TlsTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
TlsTimeoutException(string)
public TlsTimeoutException(string message)
Parameters
messagestring
TlsTimeoutException(string, Exception)
public TlsTimeoutException(string message, Exception innerException)