VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOnMacroErrorMessage Delegate

Delegate to define the OnMacroErrorMessage event handler.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Delegate Sub DOnMacroErrorMessage ( _
	errCode As UInteger, _
	errString As String _
)
C#
public delegate void DOnMacroErrorMessage(
	uint errCode,
	string errString
)
Visual C++
public delegate void DOnMacroErrorMessage(
	unsigned int errCode, 
	String^ errString
)

Parameters

errCode
Type: System.UInt32
The error code.
errString
Type: System.String
The error description.

See Also

Was this information helpful?