Share via


PosPrinter.ErrorString Property

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

If the ErrorLevel property is currently set to PrinterErrorLevel.None, ErrorString will be blank.

The service object sets ErrorString only before delivering an ErrorEvent event. If no description is available, ErrorString will be blank. When the error is cleared, the service object changes ErrorString to blank.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace