GetLastError Method
Description
Gets the last error that occurred during asynchronous load and save operations.
Syntax
Visual Basic
Public Sub GetLastError() 
Return Type
An HRESULT. The application-specific error is in the information code.
Remarks

Used for asynchronous operations where error handled cannot be implemented.

For information on handling an HRESULT, see Microsoft documentation.

See Also