Table of Contents

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

info SerializationInfo
context StreamingContext

PgpDataValidationException(string)

public PgpDataValidationException(string message)

Parameters

message string

PgpDataValidationException(string, Exception)

public PgpDataValidationException(string message, Exception innerException)

Parameters

message string
innerException Exception