AccpacSession.Errors
Returns the AccpacErrors object which contains a list of the errors stored in the session.
Property Errors As AccpacErrors
(read-only)
Remarks
The AccpacErrors object stores errors generated by all objects that originate from the current session. For example, all AccpacView objects instantiated from this session store error messages in the session object's errors collection.
This property is available only after a session is opened. It returns Null if the session is not open.