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

ErrorEventArgs.Exception Property

Exception occured during the operation.

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

Syntax

Visual Basic
Public ReadOnly Property Exception As Exception
C#
public Exception Exception { get; }

Property Value

Exception occured during the operation.

See Also

Reference