Class GS1EncoderScanDataException

A custom exception class that is thrown to indicate an error processing barcode scan data.

Inheritance
object
Exception
GS1EncoderScanDataException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable
In this article
Back to top Generated by DocFX