error Property

Summary

Gets the error that has occurred during loading or saving annotation objects.

Syntax

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

Property Value

The error that has occurred during loading or saving annotation objects.

Remarks

The AnnDeserializeOptions.DeserializeObjectError event will fire if an error occurs during loading of annotation objects. The error itself will be set in the Error property. And you will get a chance to ignore this error if needed.

This value is not used during save (with AnnSerializeOptions).

Example

For an example, refer to AnnDeserializeOptions.

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.Annotations.Core Assembly