←Select platform

Error Property

Summary

Gets any error information should the picture not load successfully.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Exception Error { get; } 
Public ReadOnly Property Error As Exception 
public HResult Error {get;} 
@property (nonatomic,readonly) NSError* error; 
public Exception getError() 
 get_Error();  
public:  
   property Exception^ Error 
   { 
      Exception^ get() 
   } 

Property Value

The error information if the picture was not loaded successfully; otherwise, null.

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

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