Click or drag to resize

TagException Class

An exception type that indicates a failure by this library to read a tag. The exception can be thrown by the detection of unsupported features or unrecognisable or erroneous data formatting.
Inheritance Hierarchy
SystemObject
  SystemException
    Orthogonal.NTagLiteTagException

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public sealed class TagException : Exception, 
	ISerializable

The TagException type exposes the following members.

Constructors
 NameDescription
Public methodTagException(SerializationInfo, StreamingContext)Initializes a new instance of the TagException class
Public methodTagException(TagErrorCode, String)Initializes a new instance of the TagException class
Top
Properties
 NameDescription
Public propertyErrorCode 
Top
Methods
See Also