Table of Contents

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

info SerializationInfo
context StreamingContext

TlsTimeoutException(string)

public TlsTimeoutException(string message)

Parameters

message string

TlsTimeoutException(string, Exception)

public TlsTimeoutException(string message, Exception innerException)

Parameters

message string
innerException Exception