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.1989
Syntax
public ZebraIllegalArgumentException(
	string message,
	string paramName,
	Exception cause
)

Parameters

message
Type: System.String
The error message.
paramName
Type: System.String
The name of the parameter that caused the exception.
cause
Type: System.Exception
The cause of the exception.
See Also