Table of Contents

Class CrlException

Namespace
Org.BouncyCastle.Security.Certificates
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class CrlException : GeneralSecurityException, ISerializable
Inheritance
CrlException
Implements
Inherited Members

Constructors

CrlException()

public CrlException()

CrlException(SerializationInfo, StreamingContext)

protected CrlException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CrlException(string)

public CrlException(string message)

Parameters

message string

CrlException(string, Exception)

public CrlException(string message, Exception innerException)

Parameters

message string
innerException Exception