Click or drag to resize

CommandResult Constructor (EErrorIds, Object)

Constructor

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public CommandResult(
	EErrorIds id,
	Object data
)

Parameters

id
Type: EErrorIds
The error ID of the error message this CommandResult should display.
data
Type: SystemObject
Data to associate with this CommandResult.
See Also