This exception is thrown whenever a cipher requires a change of key, iv
            or similar after x amount of bytes enciphered
            
Namespace: Org.BouncyCastle.CryptoAssembly: 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
System..::..Exception
Org.BouncyCastle.Crypto..::..CryptoException
Org.BouncyCastle.Crypto..::..MaxBytesExceededException