This exception is thrown when a general, unexpected error condition occurs when running the GPG.EXE program.

Namespace: Starksoft.Cryptography.OpenPGP
Assembly:  Starksoft.Cryptography.OpenPGP (in Starksoft.Cryptography.OpenPGP.dll)

Syntax

C#
[SerializableAttribute]
public class GnuPGException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GnuPGException _
	Inherits Exception

Inheritance Hierarchy

System..::Object
  System..::Exception
    Starksoft.Cryptography.OpenPGP..::GnuPGException

See Also