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