Class PgpDataValidationException
- Namespace
- Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- BouncyCastle.Cryptography.dll
Thrown if the IV at the start of a data stream indicates the wrong key is being used.
[Serializable]
public class PgpDataValidationException : PgpException, ISerializable
- Inheritance
-
PgpDataValidationException
- Implements
- Inherited Members
Constructors
PgpDataValidationException()
public PgpDataValidationException()
PgpDataValidationException(SerializationInfo, StreamingContext)
protected PgpDataValidationException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PgpDataValidationException(string)
public PgpDataValidationException(string message)
Parameters
messagestring
PgpDataValidationException(string, Exception)
public PgpDataValidationException(string message, Exception innerException)