Table of Contents

Class OcspException

Namespace
Org.BouncyCastle.Ocsp
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class OcspException : Exception, ISerializable
Inheritance
OcspException
Implements
Inherited Members

Constructors

OcspException()

public OcspException()

OcspException(SerializationInfo, StreamingContext)

protected OcspException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

OcspException(string)

public OcspException(string message)

Parameters

message string

OcspException(string, Exception)

public OcspException(string message, Exception innerException)

Parameters

message string
innerException Exception