|  | 
|  | SpecificException () | 
|  | Initializes a new instance of the SpecificException class.  More... 
 | 
|  | 
|  | SpecificException (string message) | 
|  | Initializes a new instance of the SpecificException class.  More... 
 | 
|  | 
|  | SpecificException (string message, Exception innerException) | 
|  | Initializes a new instance of the SpecificException class.  More... 
 | 
|  | 
| abstract object | Get (int fieldPos) | 
|  | Return the value of a field given its position in the schema. This method is not meant to be called by user code, but only by SpecificDatumReader<T> implementations. 
 | 
|  | 
| abstract void | Put (int fieldPos, object fieldValue) | 
|  | Set the value of a field given its position in the schema. This method is not meant to be called by user code, but only by SpecificDatumWriter<T> implementations. 
 | 
|  | 
Base class for specific exceptions.