Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / InvalidParameterException Class
Members




InvalidParameterException Class
This exception is thrown if a parameter is invalid.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidParameterException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As InvalidParameterException
Remarks

The following is a list of possible actions that can trigger this exception:

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InvalidParameterException

See Also