Kinetica   C#   API  Version 7.2.3.0
Avro.Specific.SpecificException Class Referenceabstract
+ Inheritance diagram for Avro.Specific.SpecificException:
+ Collaboration diagram for Avro.Specific.SpecificException:

Public Member Functions

abstract object Get (int fieldPos)
 
abstract void Put (int fieldPos, object fieldValue)
 

Properties

abstract Schema Schema [get]
 
- Properties inherited from Avro.Specific.ISpecificRecord
Schema Schema [get]
 

Detailed Description

Definition at line 23 of file SpecificException.cs.

Member Function Documentation

◆ Get()

abstract object Avro.Specific.SpecificException.Get ( int  fieldPos)
pure virtual

◆ Put()

abstract void Avro.Specific.SpecificException.Put ( int  fieldPos,
object  fieldValue 
)
pure virtual

Property Documentation

◆ Schema

abstract Schema Avro.Specific.SpecificException.Schema
get

Definition at line 25 of file SpecificException.cs.


The documentation for this class was generated from the following file: