DeviceErrorEventArgs(ErrorCode, Int32, ErrorLocus, ErrorResponse) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.