StreamException.this

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

class StreamException
this
(,
string msg = ""
)

Parameters

error StreamError

the StreamError describing the kind of error

Meta