Share via


DeviceErrorEventArgs.ErrorCode Property

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

Usage

'Usage
Dim deviceErrorEventArgs1 As DeviceErrorEventArgs

Dim returnValue As ErrorCode
returnValue = deviceErrorEventArgs1.ErrorCode

Syntax

'Declaration
Public ReadOnly Property ErrorCode() As ErrorCode
public ErrorCode ErrorCode {get;}
public: property ErrorCode^ ErrorCode{
    ErrorCode^ get();
}
public ErrorCode get_ErrorCode();
public function get ErrorCode() : ErrorCode;

Remarks

The device error code.

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 Class
DeviceErrorEventArgs Members
Microsoft.PointOfService Namespace