Class FieldIsRequiredException
This exception was thrown when the required tag was set to null in the fieldset.
Inheritance
System.Object
FieldIsRequiredException
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class FieldIsRequiredException : Exception
Constructors
FieldIsRequiredException()
Initializes a new instance of the exception class.
Declaration
public FieldIsRequiredException()
FieldIsRequiredException(Int32)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldIsRequiredException(int tag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tag | Field tag. |
FieldIsRequiredException(String)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldIsRequiredException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message. |
FieldIsRequiredException(String, Exception)
Initializes a new instance of the exception class with a specified error.
Declaration
public FieldIsRequiredException(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 |