Click or drag to resize

OSException Class

An exception thrown by the Operating System.
Inheritance Hierarchy
SystemObject
  SystemException
    Demo3D.IOIOException
      Demo3D.IOOSException

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public class OSException : IOException

The OSException type exposes the following members.

Constructors
 NameDescription
Public methodOSException Generates an OSException.
Top
See Also