VeriStand .NET API Reference

Table of Contents

CustomDeviceBase.RemoveError Method

Removes an error that matches the specified ErrorID.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: 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.

See Also

Log in to get a better experience