Table of Contents

Class PgpException

Namespace
Enterprises.Org.BouncyCastle.Bcpg.OpenPgp
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PgpException : Exception, ISerializable
Inheritance
PgpException
Implements
Derived
Inherited Members

Constructors

PgpException()

public PgpException()

PgpException(string)

public PgpException(string message)

Parameters

message string

PgpException(string, Exception)

public PgpException(string message, Exception exception)

Parameters

message string
exception Exception

Properties

UnderlyingException

[Obsolete("Use InnerException property")]
public Exception UnderlyingException { get; }

Property Value

Exception