Share via


FiscalPrinter.ErrorString Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a vendor-supplied description of the current error.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorString As String
public abstract string ErrorString { get; }
public:
virtual property String^ ErrorString {
    String^ get () abstract;
}
/** @property */
public abstract String get_ErrorString ()
public abstract function get ErrorString () : String

Remarks

ErrorString is set and kept current by the service object while the device is enabled.

ErrorString is set by the service object only before delivering an ErrorEvent. If no description is available, ErrorString is set to an empty string. When the error is cleared, ErrorString is changed to an empty string.

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