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.