Click or drag to resize

ZebraIllegalArgumentException Class

Signals that an illegal argument was used.
Inheritance Hierarchy
System.Object
  System.Exception
    System.SystemException
      System.ArgumentException
        Zebra.Sdk.Device.ZebraIllegalArgumentException

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class ZebraIllegalArgumentException : ArgumentException

The ZebraIllegalArgumentException type exposes the following members.

Constructors
 NameDescription
Public methodZebraIllegalArgumentException(String) Constructs a ZebraIllegalArgumentException with message as the detailed error message
Public methodZebraIllegalArgumentException(String, Exception) Constructs a ZebraIllegalArgumentException with the message as the detailed error message and cause as the source of the exception.
Public methodZebraIllegalArgumentException(String, String) Constructs a ZebraIllegalArgumentException with message as the detailed error message
Public methodZebraIllegalArgumentException(String, String, Exception) Constructs a ZebraIllegalArgumentException with the message as the detailed error message and cause as the source of the exception.
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 ArgumentException)
Public propertyParamName
(Inherited from ArgumentException)
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 ArgumentException)
Public methodGetType
(Inherited from Exception)
Public methodToString
(Inherited from Exception)
Top
See Also