Share via


BumpBar.ErrorString Property

Contains an error description.

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

Usage

'Usage
Dim bumpBar1 As BumpBar

Dim returnValue As String
returnValue = bumpBar1.ErrorString

Syntax

'Declaration
Public MustOverride ReadOnly Property ErrorString() As String
public abstract string ErrorString {get;}
public: property virtual String^ ErrorString{
    String^ get();
}
public abstract System.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 typically initialized to an empty string. It should then be 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

BumpBar Class
BumpBar Members
Microsoft.PointOfService Namespace
ErrorUnits