Share via


DeviceErrorEventArgs.ErrorLocus Property

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

Usage

'Usage
Dim deviceErrorEventArgs1 As DeviceErrorEventArgs

Dim returnValue As ErrorLocus
returnValue = deviceErrorEventArgs1.ErrorLocus

Syntax

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

Remarks

The location of the error.

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