CustomDeviceBase.RemoveError Method
- Updated2023-02-21
- 2 minute(s) read
Removes an error that matches the specified ErrorID.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Sub RemoveError ( _ ErrorID As String _ ) |
C# |
---|
public void RemoveError( string ErrorID ) |
Visual C++ |
---|
public: void RemoveError( String^ ErrorID ) |
Parameters
- ErrorID
- Type: System.String
The ID string of the error to remove.
Remarks
Use the ReportError method to configure errors and set ErrorID strings.