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

Exception Class

The base exception of all the Graphics Mill for .NET exceptions.

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

Syntax

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

Inheritance Hierarchy

See Also

Reference