Share via


RemoteOrderDisplay.ErrorString Property

2/27/2008

Gets an error description that occurred to the video units.

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 video units, ErrorString is set to a description of the error that occurred to the unit(s) specified by the ErrorUnits property.

If an error occurs during processing of an asynchronous request, the 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

RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
ErrorUnits