LinePrinterException.ErrorTypes Enumeration

Specifies the error type that generated the exception.

Syntax

[Visual Basic]
Public Enum LinePrinterException.ErrorTypes
[C#]
public enum LinePrinterException.ErrorTypes

Members

PRINTER_ERROR Generated by printer or communication driver errors.
CONFIG_ERROR

An error occurred in the setup. ErrorCode will be one of the following:

ERROR_INVALIDXML
A missing or invalid XML file. If an XMLException was thrown, it will be embedded in InnerException.

ERROR_NOT_SUPPORTED
An invalid port is specified.

SYSTEM_ERROR An unexpected Exception was thrown. The System.Exception will be passed in InnerException.

Requirements

Namespace: Honeywell.Mobility.Print

Assembly: Honeywell.Mobility.Print.LinePrinter.dll

More Information

LinePrinterException Class