Table of Contents

Class CmpException

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

Constructors

CmpException()

public CmpException()

CmpException(SerializationInfo, StreamingContext)

protected CmpException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CmpException(string)

public CmpException(string message)

Parameters

message string

CmpException(string, Exception)

public CmpException(string message, Exception innerException)

Parameters

message string
innerException Exception