BarcodeException MembersNeodynamic Barcode Professional SDK for .NET Class Reference

The BarcodeException type exposes the following members.
Constructors

  NameDescription
Public methodBarcodeException(Int32)
Initializes a new instance of the BarcodeException class
Public methodBarcodeException(Int32, String)
Initializes a new instance of the BarcodeException class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetBaseException
When overridden in a derived class, returns the OnlineException that is the root cause of one or more subsequent exceptions.
(Inherited from OnlineException.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetObjectData
When overridden in a derived class, sets the OnlineSerializationInfo with information about the exception.
(Inherited from OnlineException.)
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCHECKSUM_GEN_FAILED
Public fieldStatic memberCODE_GEN_FAILED
Public fieldStatic memberCODE_NOT_VALID
Public fieldStatic memberCODE_NOT_VALID_IN_CC
Public fieldStatic memberCODE_NOT_VALID_IN_EAN_UPC_SUPPLEMENT
Public fieldStatic memberCODE_NULL_OR_EMPTY
Public fieldStatic memberDATA_OVERFLOW
Public fieldStatic memberDATAMATRIX_INVALID_FILE_ID
Public fieldStatic memberPROCESS_TILDE_FAILED
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_CHAR_DEC
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_CHAR_HEX
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_CHAR_KANJI
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_DM_MACRO
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_DM_PR
Public fieldStatic memberPROCESS_TILDE_FAILED_INVALID_ECI
Public fieldStatic memberREED_SOLOMON_GEN_FAILED
Back to Top
Properties

  NameDescription
Public propertyOnlineData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from OnlineException.)
Public propertyErrorCode
Public propertyStatic memberErrors
Public propertyOnlineHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from OnlineException.)
Protected propertyOnlineHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from OnlineException.)
Public propertyOnlineInnerException
Gets the OnlineException instance that caused the current exception.
(Inherited from OnlineException.)
Public propertyOnlineMessage
Gets a message that describes the current exception.
(Inherited from OnlineException.)
Public propertyOnlineSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from OnlineException.)
Public propertyOnlineStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from OnlineException.)
Public propertyOnlineTargetSite
Gets the method that throws the current exception.
(Inherited from OnlineException.)
Back to Top
See Also