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