Share via


DeviceErrorEventArgs Constructor

2/27/2008

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

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Sub New ( _
    errorCode As ErrorCode, _
    errorCodeExtended As Integer, _
    errorLocus As ErrorLocus, _
    errorResponse As ErrorResponse _
)
public DeviceErrorEventArgs (
    ErrorCode errorCode,
    int errorCodeExtended,
    ErrorLocus errorLocus,
    ErrorResponse errorResponse
)
public:
DeviceErrorEventArgs (
    ErrorCode errorCode, 
    int errorCodeExtended, 
    ErrorLocus errorLocus, 
    ErrorResponse errorResponse
)
public DeviceErrorEventArgs (
    ErrorCode errorCode, 
    int errorCodeExtended, 
    ErrorLocus errorLocus, 
    ErrorResponse errorResponse
)
public function DeviceErrorEventArgs (
    errorCode : ErrorCode, 
    errorCodeExtended : int, 
    errorLocus : ErrorLocus, 
    errorResponse : ErrorResponse
)

Parameters

  • errorCode
    The device error code.
  • errorCodeExtended
    The device extended error code. This value is device-specific.
  • errorLocus
    The location of the error.
  • errorResponse
    The error response.

See Also

Reference

DeviceErrorEventArgs Class
DeviceErrorEventArgs Members
Microsoft.PointOfService Namespace