ErrorLocus Enumeration

Indicates where an error occurred.

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

Usage

'Usage
Dim errorLocus1 As ErrorLocus = ErrorLocus.Input

Syntax

'Declaration
Public Enum ErrorLocus
public enum ErrorLocus
public enum class ErrorLocus
public enum ErrorLocus
public enum ErrorLocus

Members

Member name Description
Input Error occurred while gathering or processing event-driven input. No input data is available.
InputData An error occurred while gathering or processing event-driven input, and some previously buffered data is available.
Output An error occurred while processing asynchronous output.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace