This exception indicates that we have supplied a wrong password for an OpenPGP private key.

Namespace: DidiSoft.Pgp.Exceptions
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public class WrongPasswordException : PGPException
Visual Basic
Public Class WrongPasswordException _
	Inherits PGPException
Visual C++
public ref class WrongPasswordException : public PGPException

Remarks

Introduced in version 1.7

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    PgpException
      DidiSoft.Pgp..::..PGPException
        DidiSoft.Pgp.Exceptions..::..WrongPasswordException

See Also