Signals that an argument is missing or invalid.

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

Syntax

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

Inheritance Hierarchy

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

See Also