Table of Contents

Class PkcsException

Namespace
Org.BouncyCastle.Pkcs
Assembly
BouncyCastle.Cryptography.dll

Base exception for PKCS related issues.

[Serializable]
public class PkcsException : Exception, ISerializable
Inheritance
PkcsException
Implements
Inherited Members

Constructors

PkcsException()

public PkcsException()

PkcsException(SerializationInfo, StreamingContext)

protected PkcsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PkcsException(string)

public PkcsException(string message)

Parameters

message string

PkcsException(string, Exception)

public PkcsException(string message, Exception innerException)

Parameters

message string
innerException Exception