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.15.2634
Syntax public ZebraIllegalArgumentException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
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