Signals that an error has occurred when determining the printer language.

Namespace:  ZSDK_API.ApiException
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public class ZebraPrinterLanguageUnknownException : ZebraException
Visual Basic (Declaration)
Public Class ZebraPrinterLanguageUnknownException _
	Inherits ZebraException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      ZSDK_API.ApiException..::.ZebraException
        ZSDK_API.ApiException..::.ZebraPrinterLanguageUnknownException

See Also