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
infoSerializationInfocontextStreamingContext
PgpException(string)
public PgpException(string message)
Parameters
messagestring
PgpException(string, Exception)
public PgpException(string message, Exception innerException)