Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnSerializeObjectEventArgs Class : Error Property |
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();
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).
For an example, refer to AnnDeserializeOptions.