CustomDeviceBase.RemoveError Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.