Table of Contents

Class TlsCryptoException

Namespace
Org.BouncyCastle.Tls.Crypto
Assembly
BouncyCastle.Cryptography.dll

Basic exception class for crypto services to pass back a cause.

[Serializable]
public class TlsCryptoException : TlsException, ISerializable
Inheritance
TlsCryptoException
Implements
Inherited Members

Constructors

TlsCryptoException()

public TlsCryptoException()

TlsCryptoException(SerializationInfo, StreamingContext)

protected TlsCryptoException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

TlsCryptoException(string)

public TlsCryptoException(string message)

Parameters

message string

TlsCryptoException(string, Exception)

public TlsCryptoException(string message, Exception innerException)

Parameters

message string
innerException Exception