SystemErrorString Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax FUNCTION SystemErrorString(
nErr AS DWORD,
cDefaultMsg AS STRING
) AS STRING
public static string SystemErrorString(
uint nErr,
string cDefaultMsg
)
Request Example
View SourceParameters
- nErr
- Type: DWord
- cDefaultMsg
- Type: String
Return Value
Type:
StringSee Also