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
infoSerializationInfocontextStreamingContext
MaxBytesExceededException(string)
public MaxBytesExceededException(string message)
Parameters
messagestring
MaxBytesExceededException(string, Exception)
public MaxBytesExceededException(string message, Exception innerException)