Share via


FiscalPrinter.ClearError Method (POS for .NET v1.12 SDK Documentation)

2/27/2008

Clears all printer error conditions.

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

Syntax

'Declaration
Public MustOverride Sub ClearError
public abstract void ClearError ()
public:
virtual void ClearError () abstract
public abstract void ClearError ()
public abstract function ClearError ()

Remarks

ClearError is always performed synchronously.

ClearError may cause a PosControlException exception to be thrown with the following ErrorCode:

Value

Description

Failure

Error recovery failed.

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.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace