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.1989
Syntaxpublic 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