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