ErrorLocus Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates possible times when an error occurred.

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

Syntax

'Declaration
Public Enumeration 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.

See Also

Reference

Microsoft.PointOfService Namespace