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

Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class MaxBytesExceededException : CryptoException
Visual Basic
Public Class MaxBytesExceededException _
	Inherits CryptoException
Visual C++
public ref class MaxBytesExceededException : public CryptoException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Org.BouncyCastle.Crypto..::..CryptoException
      Org.BouncyCastle.Crypto..::..MaxBytesExceededException

See Also