SeekException

Thrown when unable to move Stream pointer.

class SeekException : StreamException {}

Constructors

this
this(string msg)

Construct a SeekException with given error message.

Meta