Share via


PrintResults.ErrorCodeExtended Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Contains the extended error code for the current error condition.

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

Syntax

'Declaration
Public Property ErrorCodeExtended As Integer
public int ErrorCodeExtended { get; set; }
public:
property int ErrorCodeExtended {
    int get ();
    void set (int value);
}
/** @property */
public int get_ErrorCodeExtended ()

/** @property */
public void set_ErrorCodeExtended (int value)
public function get ErrorCodeExtended () : int

public function set ErrorCodeExtended (value : int)

Remarks

Contains the extended error code for the current error condition. The service object sets ExtendedErrorCode, along with ErrorCode, to communicate to the PosPrinterBase class that an error has occurred during processing.

ErrorCodeExtended is initialized to 0 (zero) by the PrintResults class. In synchronous mode, this string is used to set the ErrorString property when the ErrorEvent is delivered to the application.

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

PrintResults Class
PrintResults Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PrintResults.ErrorCode Property