Click or drag to resize

TimeoutException Class

An exception thrown when a timeout occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    Demo3D.IOIOException
      Demo3D.IOTimeoutException

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

The TimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodTimeoutException
Generates a TimeoutException.
Top
See Also