Class StreamOverflowException
- Namespace
- Enterprises.Org.BouncyCastle.Utilities.IO
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class StreamOverflowException : IOException, ISerializable- Inheritance
- 
      
      
      
      
      StreamOverflowException
- Implements
- Inherited Members
Constructors
StreamOverflowException()
public StreamOverflowException()StreamOverflowException(string)
public StreamOverflowException(string message)Parameters
- messagestring
StreamOverflowException(string, Exception)
public StreamOverflowException(string message, Exception exception)