Class StreamOverflowException
- Namespace
- Org.BouncyCastle.Utilities.IO
- Assembly
- BouncyCastle.Cryptography.dll
[Serializable]
public class StreamOverflowException : IOException, ISerializable
- Inheritance
-
StreamOverflowException
- Implements
- Inherited Members
Constructors
StreamOverflowException()
public StreamOverflowException()
StreamOverflowException(SerializationInfo, StreamingContext)
protected StreamOverflowException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
StreamOverflowException(string)
public StreamOverflowException(string message)
Parameters
messagestring
StreamOverflowException(string, Exception)
public StreamOverflowException(string message, Exception innerException)