Returns a large negative integer error code associated with the last error.
Syntax
lValue = object.brError([vnErrNumber]) |
Parameters
Parameter |
Description |
lValue |
The return value is a Long data type indicating the error code. |
object |
An object variable that represents a clsD3Environment object. |
vnErrNumber |
Optional. A Variant (Long subtype) indicating the error code. This is the same as lValue and is provided for compatibility with legacy applications. This is an output-only parameter. |
Remarks
The error codes are found in eD3ErrorConstants using the Object Browser and in the D3 Error Codes topic in this help system.