Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

Error Property (AnnSerializeObjectEventArgs)






Gets the error that has occurred during loading or saving annotation objects.
Syntax
public Exception Error {get;}
'Declaration
 
Public ReadOnly Property Error As Exception
public HResult Error {get;}
@property (nonatomic,readonly) NSException* error;
public RuntimeException getError()
 get_Error(); 

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

See Also

Reference

AnnSerializeObjectEventArgs Class
AnnSerializeObjectEventArgs Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features