Description Copy properties to a VBA.ErrObject from a the last error in the McDataManager object model.
-
Return Type
-
An Object object.
-
Syntax
-
object.GetLastErrObject (rpVBAErr, [bLastErrRcvd])
The GetLastErrObject Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | rpVBAErr | Required. An Object object. The VBA.ErrObject to be configure with the error information. | | bLastErrRcvd | Optional. A Boolean value. When True, the last error information will describe the error caught by this library. When False, the last error information will describe the error created by this library. |
|