OpenException

An exception for errors during File.open.

class OpenException : StreamFileException {}

Constructors

this
this(string msg)

Construct an OpenFileException with given error message.

Meta