Table of Contents

Class PkcsIOException

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

Base exception for parsing related issues in the PKCS namespace.

[Serializable]
public class PkcsIOException : IOException, ISerializable
Inheritance
PkcsIOException
Implements
Inherited Members

Constructors

PkcsIOException()

public PkcsIOException()

PkcsIOException(SerializationInfo, StreamingContext)

protected PkcsIOException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PkcsIOException(string)

public PkcsIOException(string message)

Parameters

message string

PkcsIOException(string, Exception)

public PkcsIOException(string message, Exception innerException)

Parameters

message string
innerException Exception