Class ConstantFieldException
This exception is thrown when a value is set to a constant field.
Implements
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class ConstantFieldException : Exception, ISerializable
Constructors
ConstantFieldException()
Constructor.
Declaration
public ConstantFieldException()
ConstantFieldException(int)
Constructor.
Declaration
public ConstantFieldException(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. |