Gets the name and description for the specified error code returned by one of SOLIDWORKS Enterprise PDM's API methods.
Syntax
Visual Basic (Declaration) | |
---|
Sub GetErrorString( _
ByVal lError As System.Integer, _
Optional ByRef pbsErrorName As System.String, _
Optional ByRef pbsDescription As System.String _
) |
Parameters
- lError
- Error code for which to get a description
- pbsErrorName
- Error name as defined in Return codes; hexadecimal number if the error is unknown
- pbsDescription
- Description of the error
Example
Remarks
See Also
Availability
SOLIDWORKS Enterprise PDM Version 5.2