DeviceErrorEventArgs Class
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.
Defines the programmatic interface for the transmission of Device Error Events.
public class DeviceErrorEventArgs : Microsoft.PointOfService.PosEventArgs
type DeviceErrorEventArgs = class
inherit PosEventArgs
Public Class DeviceErrorEventArgs
Inherits PosEventArgs
- Inheritance
Constructors
DeviceErrorEventArgs(ErrorCode, Int32, ErrorLocus, ErrorResponse) |
Creates an instance of the DeviceErrorEventArgs class with the specified data. |
Properties
ErrorCode | |
ErrorCodeExtended | |
ErrorLocus | |
ErrorResponse | |
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
ToString() |