Share via


DeviceErrorEventArgs(ErrorCode, Int32, ErrorLocus, ErrorResponse) Constructor

Definition

Creates an instance of the DeviceErrorEventArgs class with the specified data.

public DeviceErrorEventArgs (Microsoft.PointOfService.ErrorCode errorCode, int errorCodeExtended, Microsoft.PointOfService.ErrorLocus errorLocus, Microsoft.PointOfService.ErrorResponse errorResponse);
new Microsoft.PointOfService.DeviceErrorEventArgs : Microsoft.PointOfService.ErrorCode * int * Microsoft.PointOfService.ErrorLocus * Microsoft.PointOfService.ErrorResponse -> Microsoft.PointOfService.DeviceErrorEventArgs
Public Sub New (errorCode As ErrorCode, errorCodeExtended As Integer, errorLocus As ErrorLocus, errorResponse As ErrorResponse)

Parameters

errorCode
ErrorCode

The device error code.

errorCodeExtended
Int32

The device extended error code. This value is device-specific.

errorLocus
ErrorLocus

The location of the error.

errorResponse
ErrorResponse

The error response.

Applies to