Share via


BillDispenser.ExtendedErrorOverDispense Field (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates the specified cash cannot be dispensed because of a cash shortage.

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

Syntax

'Declaration
Public Const ExtendedErrorOverDispense As Integer
public const int ExtendedErrorOverDispense
public:
literal int ExtendedErrorOverDispense
public static final int ExtendedErrorOverDispense
public const var ExtendedErrorOverDispense : int

Remarks

This value is contained by the ErrorCodeExtended property of the PosControlException class when a cash shortage has been detected during a DispenseCash operation.

See Also

Reference

BillDispenser Class
BillDispenser Members
Microsoft.PointOfService Namespace
DispenseCash
PosControlException