ZebraIllegalArgumentException(String, String) Constructor
|
Constructs a ZebraIllegalArgumentException with message as the detailed error message
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public ZebraIllegalArgumentException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
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