image/svg+xml
  • Programming Guide
  • Api Documentation
  • Version 4.4.3
    • Api Documentation
    • OnixS.SimpleBinaryEncoding
    • InvalidFieldValueTypeException
Show / Hide Table of Contents
  • OnixS.SimpleBinaryEncoding
    • B3MessageHeader
    • BaseComposite
    • BaseGroup
    • BaseMessage<THeader>
    • BufferOverflowException
    • CmeILinkHeader
    • CmeMdp3Header
    • ConstantFieldException
    • Decimal32Ref
    • Decimal64Ref
    • EncodingType
    • EncodingTypeForEncoderAttribute
    • FieldIsRequiredException
    • FieldNotFoundException
    • Helper
    • IComposite
    • IDecimal
    • IDecoder
    • IEncoder
    • IFieldSet
    • IGroup
    • IMaturityMonthYear
    • IMessage
    • IMessageHeader
    • IMessageHeaderWithEncodingType
    • ITimestamp
    • IVariableLengthField
    • InvalidFieldValueTypeException
    • MaturityMonthYearRef
    • MemoryPointer
    • MemoryPointer.IMemoryPointer
    • MemoryPointer.UnmanagedPointer
    • ResizableMessage
    • SbeHeader
    • SimpleOpenFramingHeader
    • TimeUnit
    • TimestampRef
    • UnsupportedFeatureException
    • VariableLengthField16Ref
    • VariableLengthField8Ref
  • OnixS.SimpleBinaryEncoding.CodeGenerator
    • Generator
    • MessageSchemaByteOrderAttribute
    • MessageSchemaDescriptionAttribute
    • MessageSchemaIdAttribute
    • MessageSchemaPackageAttribute
    • MessageSchemaSemanticVersionAttribute
    • MessageSchemaVersionAttribute
  • OnixS.SimpleBinaryEncoding.Templates
    • ByteOrder
    • FieldInfo
    • FieldSetFieldInfo
    • MessageInfo
    • TemplateLibrary

Class InvalidFieldValueTypeException

The exception is thrown when an incorrect type is used to get or set the field.

Inheritance
object
Exception
InvalidFieldValueTypeException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class InvalidFieldValueTypeException : Exception, ISerializable

Constructors

InvalidFieldValueTypeException(int, string, string)

Constructor.

Declaration
public InvalidFieldValueTypeException(int tag, string requestedType, string actualType)
Parameters
Type Name Description
int tag

The field tag.

string requestedType

The requested field type.

string actualType

The actual field type.

Properties

ActualType

Declaration
public string ActualType { get; }
Property Value
Type Description
string

The actual field type.

RequestedType

Declaration
public string RequestedType { get; }
Property Value
Type Description
string

The requested field type.

Tag

Declaration
public int Tag { get; }
Property Value
Type Description
int

The field tag.

Implements

ISerializable
In this article
  • Constructors
    • InvalidFieldValueTypeException(int, string, string)
  • Properties
    • ActualType
    • RequestedType
    • Tag
  • Implements
Back to top Copyright © Onix Solutions.
Generated by DocFX