Table of Contents

Class TlsFatalAlertReceived

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

Constructors

TlsFatalAlertReceived(short)

public TlsFatalAlertReceived(short alertDescription)

Parameters

alertDescription short

TlsFatalAlertReceived(SerializationInfo, StreamingContext)

protected TlsFatalAlertReceived(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Fields

m_alertDescription

protected readonly byte m_alertDescription

Field Value

byte

Properties

AlertDescription

public virtual short AlertDescription { get; }

Property Value

short

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is a null reference (Nothing in Visual Basic).