Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class PgpException : Exception
Visual Basic
Public Class PgpException _
	Inherits Exception
Visual C++
public ref class PgpException : public Exception

Remarks

Generic exception class for PGP encoding/decoding problems.

Inheritance Hierarchy

See Also