Click or drag to resize

ZebraIllegalArgumentException Constructor (String, String, Exception)

Constructs a ZebraIllegalArgumentException with the message as the detailed error message and cause as the source of the exception.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public ZebraIllegalArgumentException(
	string message,
	string paramName,
	Exception cause
)

Parameters

message
Type: SystemString
The error message.
paramName
Type: SystemString
The name of the parameter that caused the exception.
cause
Type: SystemException
The cause of the exception.
See Also