This documentation is for the old version. Go to the latest Graphics Mill docs

TimeoutException Class

The exception which arises when timeout is expired.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Class TimeoutException _
	Inherits Exception
C#
[SerializableAttribute]
public class TimeoutException : Exception

Inheritance Hierarchy

See Also

Reference