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