DeviceErrorEventArgs Class

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

Usage

'Usage
Dim errorCode As ErrorCode
Dim errorCodeExtended As Integer
Dim errorLocus As ErrorLocus
Dim errorResponse As ErrorResponse
Dim deviceErrorEventArgs1 As New DeviceErrorEventArgs(errorCode, errorCodeExtended, errorLocus, errorResponse)

Syntax

'Declaration
Public Class DeviceErrorEventArgs
    Inherits PosEventArgs
public class DeviceErrorEventArgs : PosEventArgs
public ref class DeviceErrorEventArgs : public PosEventArgs
public class DeviceErrorEventArgs extends PosEventArgs
public class DeviceErrorEventArgs extends PosEventArgs

Remarks

Contains event data for device errors.

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.PointOfService.PosEventArgs
      Microsoft.PointOfService.DeviceErrorEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DeviceErrorEventArgs Members
Microsoft.PointOfService Namespace