Description The last error string received by the McDataManager object model.
-
Property type
-
A String value.
-
Syntax
-
object.LastErrString([bLastErrRcvd])
The LastErrString Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | 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. |
|