CheckResult Method
- Last UpdatedNov 06, 2025
- 1 minute read
Checks that the result tag contains 0 value meaning the command was executed successfully, otherwise throws an exception that includes the error description etc extracted from the XML result XML doc object must have been created and loaded with XML string
'Declaration
Public Sub CheckResult()
'Usage
Dim instance As XMLParser
instance.CheckResult()
public void CheckResult()