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
Properties
UnderlyingException
[Obsolete("Use InnerException property")]
public Exception UnderlyingException { get; }