Click or drag to resize

ZebraIllegalArgumentException Constructor (String, String)

Constructs a ZebraIllegalArgumentException with message as the detailed error message

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

Parameters

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