contents.gifindex.gifprev1.gifnext0.gif

Error event

When ActiveAG detects an error while processing an asynchronous method, it notifies the program using it by firing the Error event. The information presented to your program by this event is:

AAG90000.gif An error number; this will be one of the constants defined in the ActiveAG Status codes topic.

AAG90000.gif Some error text; this will give a verbal description of the error number above.

Note that this event will not be seen if only synchronous methods are used.

Property interactions: None.