StreamException

Used for any operations on streams whenever an error occurs

public
class StreamException : Exception {}

Constructors

this
this(StreamError error, string msg)

Constructs a new StreamException of the given sub-error type and allows an optional message to go along with it

Members

Functions

getError
StreamError getError()

Returns the type of error that occurred

Meta