Class FieldNotFoundException
This exception was thrown when the requested tag was not found in the fieldset.
Inheritance
System.Object
FieldNotFoundException
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class FieldNotFoundException : Exception
Constructors
FieldNotFoundException()
Initializes a new instance of the exception class.
Declaration
public FieldNotFoundException()
FieldNotFoundException(Int32)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldNotFoundException(int tag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tag | Field tag. |
FieldNotFoundException(String)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
FieldNotFoundException(String, Exception)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
Exception | innerException | Inner exception. |
Properties
Tag
Field tag.
Declaration
public int Tag { get; }
Property Value
Type | Description |
---|---|
System.Int32 |