Click or drag to resize

ZebraIllegalArgumentException(String, String) Constructor

Constructs a ZebraIllegalArgumentException with message as the detailed error message

Namespace: Zebra.Sdk.Device
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public ZebraIllegalArgumentException(
	string message,
	string paramName
)

Parameters

message  String
the error message
paramName  String
The name of the parameter that caused the exception.
See Also