Click or drag to resize

TimeoutException Class

An exception thrown when a timeout occurs.
Inheritance Hierarchy

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

The TimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodTimeoutException
Generates a TimeoutException.
Top
See Also