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:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
rpVBAErrRequired. An Object object. The VBA.ErrObject to be configure with the error information.
bLastErrRcvdOptional. 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.