Table of Contents

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

info SerializationInfo
context StreamingContext

StreamOverflowException(string)

public StreamOverflowException(string message)

Parameters

message string

StreamOverflowException(string, Exception)

public StreamOverflowException(string message, Exception innerException)

Parameters

message string
innerException Exception