Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Create Method (ImageViewerItemErrorEventArgs)

Show in webframe
The item that caused an error. Could be null.
Reason why the error occurred.
Generic data associated with this error.
Any errors that was caught by the viewer.
Creates a new instance of ImageViewerItemErrorEventArgs with the specified values.
Syntax
 function Leadtools.Controls.ImageViewerItemErrorEventArgs.create( 
   item ,
   reason ,
   data ,
   error 
)

Parameters

ParameterTypeDescription
itemImageViewerItemThe item that caused an error. Could be null.
reasonImageViewerItemChangedReasonReason why the error occurred.
dataobjectGeneric data associated with this error.
errorExceptionAny errors that was caught by the viewer.

Return Value

TypeDescription
ImageViewerItemErrorEventArgs The created object.
See Also

Reference

ImageViewerItemErrorEventArgs Object
ImageViewerItemErrorEventArgs Members

Error processing SSI file