| Visual Basic | |
|---|---|
Sub GetErrorString( _ ByVal lError As System.Integer, _ Optional ByRef pbsErrorName As System.String, _ Optional ByRef pbsDescription As System.String _ ) | |
| C# | |
|---|---|
void GetErrorString( System.int lError, out System.string pbsErrorName, out System.string pbsDescription ) | |
| C++/CLI | |
|---|---|
void GetErrorString( & System.int lError, & [Out] System.String^ pbsErrorName, & [Out] System.String^ pbsDescription ) | |
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
You do not have to be logged in to the vault to call this method.
- S_OK: The method successfully executed.
IEdmVault5 Interface
IEdmVault5 Members
IEdmVault11::GetErrorMessage Method ()
IEdmVault11::GetErrorName Method ()
IEdmVault5 Members
IEdmVault11::GetErrorMessage Method ()
IEdmVault11::GetErrorName Method ()
SOLIDWORKS PDM Professional Version 5.2