Click or drag to resize

HandleErrorEventArgs Constructor

Initializes a new instance of the HandleErrorEventArgs class

Namespace: RAYLASE.Marker.GUI.Events
Assembly: RAYLASE.Marker.GUI.Events (in RAYLASE.Marker.GUI.Events.dll) Version: 2.19.0
Syntax
C#
public HandleErrorEventArgs(
	ScanControllerError ErrorType,
	bool IsError,
	BaseDeviceController SourceController
)

Parameters

ErrorType  ScanControllerError

[Missing <param name="ErrorType"/> documentation for "M:RAYLASE.Marker.GUI.Events.HandleErrorEventArgs.#ctor(RAYLASE.Marker.Common.ScanControllerError,System.Boolean,RAYLASE.Marker.Device.BaseDeviceController)"]

IsError  Boolean

[Missing <param name="IsError"/> documentation for "M:RAYLASE.Marker.GUI.Events.HandleErrorEventArgs.#ctor(RAYLASE.Marker.Common.ScanControllerError,System.Boolean,RAYLASE.Marker.Device.BaseDeviceController)"]

SourceController  BaseDeviceController

[Missing <param name="SourceController"/> documentation for "M:RAYLASE.Marker.GUI.Events.HandleErrorEventArgs.#ctor(RAYLASE.Marker.Common.ScanControllerError,System.Boolean,RAYLASE.Marker.Device.BaseDeviceController)"]

See Also