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




StreamParseErrorException Class
This exception is thrown if a parse error is encounterd in the ReadFromStream method.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class StreamParseErrorException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As StreamParseErrorException
Remarks
This exception indicates a formating error in the XML stream parameters.
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.StreamParseErrorException

See Also