Class GS1EncoderScanDataException
A custom exception class that is thrown to indicate an error processing barcode scan data.
Implements
Inherited Members
Namespace: GS1.Encoders
Assembly: .dll
Syntax
public class GS1EncoderScanDataException : Exception, ISerializable
Constructors
GS1EncoderScanDataException(string)
Error constructor.
Declaration
public GS1EncoderScanDataException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Description of the error. |