Class FieldNotFoundException
This exception is thrown when the requested tag is absent in the field set.
Implements
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class FieldNotFoundException : Exception, ISerializable
Constructors
FieldNotFoundException(int)
Constructor.
Declaration
public FieldNotFoundException(int tag)
Parameters
Type | Name | Description |
---|---|---|
int | tag | The field tag. |
Properties
Tag
Declaration
public int Tag { get; }
Property Value
Type | Description |
---|---|
int | The field tag. |