Class GS1EncoderGeneralException
A custom exception class that is thrown to indicate a general problem initialising the library, such as when the dynamic-link library isn't accessible.
Implements
Inherited Members
Namespace: GS1.Encoders
Assembly: .dll
Syntax
public class GS1EncoderGeneralException : Exception, ISerializable
Constructors
GS1EncoderGeneralException(string)
Error constructor.
Declaration
public GS1EncoderGeneralException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Description of the error. |