Share via


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

2/27/2008

Gets an error description.

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

When an error occurs for any method that acts on a bitwise set of bump bar units, ErrorString contains a description of the error that occurred to the unit(s) specified by ErrorUnits.

If an error occurs during processing of an asynchronous request, ErrorEvent updates the EventString property instead.

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

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

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
ErrorUnits
ErrorEvent
EventString