Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / StreamParseErrorException Class
Members




In This Topic
    StreamParseErrorException Class
    In This Topic
    This exception is thrown if a parse error is encounterd in the ReadFromStream method.
    Object Model
    StreamParseErrorException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class StreamParseErrorException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As StreamParseErrorException
    [Serializable()]
    public sealed class StreamParseErrorException : BarcodeException 
    [Serializable()]
    public __gc __sealed class StreamParseErrorException : public BarcodeException 
    [Serializable()]
    public ref class StreamParseErrorException sealed : public BarcodeException 
    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