Table of Contents

Class MaxBytesExceededException

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll

This exception is thrown whenever a cipher requires a change of key, IV or similar after x amount of bytes enciphered.

[Serializable]
public class MaxBytesExceededException : CryptoException, ISerializable
Inheritance
MaxBytesExceededException
Implements
Inherited Members

Constructors

MaxBytesExceededException()

public MaxBytesExceededException()

MaxBytesExceededException(SerializationInfo, StreamingContext)

protected MaxBytesExceededException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

MaxBytesExceededException(string)

public MaxBytesExceededException(string message)

Parameters

message string

MaxBytesExceededException(string, Exception)

public MaxBytesExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception