Table of Contents

Class EndOfStreamException

Namespace
Coherence.Brook
Assembly
Coherence.Brook.dll
public class EndOfStreamException : Exception
Inheritance
EndOfStreamException

Constructors

EndOfStreamException()

public EndOfStreamException()

EndOfStreamException(int, int)

public EndOfStreamException(int requestedRead, int remainingBits)

Parameters

requestedRead int
remainingBits int

EndOfStreamException(string)

public EndOfStreamException(string message)

Parameters

message string

EndOfStreamException(string, Exception)

public EndOfStreamException(string message, Exception inner)

Parameters

message string
inner Exception