SystemErrorString Function | |
[Missing <include> target documentation in 'M:VOInternetClasses.Functions.SystemErrorString(System.UInt32,System.String)'. File: 'Internet.xml' Path: 'doc/SystemErrorString/*']
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
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