Table of Contents

Class CrmfException

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

Constructors

CrmfException()

public CrmfException()

CrmfException(SerializationInfo, StreamingContext)

protected CrmfException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CrmfException(string)

public CrmfException(string message)

Parameters

message string

CrmfException(string, Exception)

public CrmfException(string message, Exception innerException)

Parameters

message string
innerException Exception