Table of Contents

Class PgpException

Namespace
Org.BouncyCastle.Bcpg.OpenPgp
Assembly
BouncyCastle.Cryptography.dll

Generic exception class for PGP encoding/decoding problems.

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

Constructors

PgpException()

public PgpException()

PgpException(SerializationInfo, StreamingContext)

protected PgpException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PgpException(string)

public PgpException(string message)

Parameters

message string

PgpException(string, Exception)

public PgpException(string message, Exception innerException)

Parameters

message string
innerException Exception