Gets a description for the specified error code.
Syntax
| Visual Basic (Declaration) | |
|---|
Function GetErrorMessage( _
ByVal lHRESULT As System.Integer _
) As System.String |
| C# | |
|---|
System.string GetErrorMessage(
System.int lHRESULT
) |
| C++/CLI | |
|---|
System.String^ GetErrorMessage(
& System.int lHRESULT
) |
Parameters
- lHRESULT
- Error code for which to get a description
Return Value
Description of the error code
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional 2010