Click or drag to resize

NotALinkOsPrinterException Class

Signals that a Link-OS™ operation has been attempted on a non-Link-OS™ printer.
Inheritance Hierarchy
SystemObject
  SystemException
    Zebra.Sdk.PrinterNotALinkOsPrinterException

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class NotALinkOsPrinterException : Exception

The NotALinkOsPrinterException type exposes the following members.

Constructors
 NameDescription
Public methodNotALinkOsPrinterException Constructs a NotALinkOsPrinterException with "This is not a Link-OS™ printer" as the detailed error message.
Top
Properties
 NameDescription
Public propertyData
(Inherited from Exception)
Public propertyHelpLink
(Inherited from Exception)
Public propertyHResult
(Inherited from Exception)
Public propertyInnerException
(Inherited from Exception)
Public propertyMessage
(Inherited from Exception)
Public propertySource
(Inherited from Exception)
Public propertyStackTrace
(Inherited from Exception)
Public propertyTargetSite
(Inherited from Exception)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetBaseException
(Inherited from Exception)
Public methodGetHashCode
(Inherited from Object)
Public methodGetObjectData
(Inherited from Exception)
Public methodGetType
(Inherited from Exception)
Public methodToString
(Inherited from Exception)
Top
See Also