Description An error has occurred in the McAddInData library.
Syntax
Private Sub object_ErrorInfo(pError, sCommentOrLocation)
The ErrorInfo Event syntax has these parts:
|
| object | A McDataManager object. | | pError | An Object object. ErrorObject specifying the error information. | | sCommentOrLocation | A String value. Additional context information about the error. |
Remarks Information about the error received and created in McAddInData are stored and available through the McDataManager Error Methods (See LastErr).
|