Table of Contents

Class TlsFatalAlertException

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class TlsFatalAlertException : TlsException, ISerializable
Inheritance
TlsFatalAlertException
Implements
Inherited Members

Constructors

TlsFatalAlertException(byte)

public TlsFatalAlertException(byte alertDescription)

Parameters

alertDescription byte

TlsFatalAlertException(byte, Exception)

public TlsFatalAlertException(byte alertDescription, Exception alertCause)

Parameters

alertDescription byte
alertCause Exception

Properties

AlertDescription

public virtual byte AlertDescription { get; }

Property Value

byte