Initializes a new ImageFailedExceptionEventArgs.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public ImageFailedExceptionEventArgs(
	Exception error
)
Visual Basic
Public Sub New ( _
	error As Exception _
)

Parameters

error
Type: System..::..Exception
Value to initialize ErrorException.

See Also