error Property

Summary

Get the error that was caught by the viewer.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItemErrorEventArgs.prototype, 'error', 
	get: function() 
) 
TypeScript Syntax
error: Error; // read-only 

Property Value

The error that was caught by the viewer. Could be null.

Example

For an example, refer to ItemError.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly