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

ErrorEventArgs Constructor

Creates and initializes new ErrorEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	exception As Exception _
)
C#
public ErrorEventArgs(
	Exception exception
)

Parameters

exception

Type: System.Exception

Exception occured during the operation.

See Also

Reference