Table of Contents

Class TlsException

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class TlsException : IOException, ISerializable
Inheritance
TlsException
Implements
Derived
Inherited Members

Constructors

TlsException()

public TlsException()

TlsException(SerializationInfo, StreamingContext)

protected TlsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

TlsException(string)

public TlsException(string message)

Parameters

message string

TlsException(string, Exception)

public TlsException(string message, Exception innerException)

Parameters

message string
innerException Exception