Used to communicate an exception associated with Avro typing.
More...
|
|
| AvroTypeException () |
| | Initializes a new instance of the AvroTypeException class.
|
| |
| | AvroTypeException (string s) |
| | Initializes a new instance of the AvroTypeException class.
|
| |
| | AvroTypeException (string message, Exception innerException) |
| | Initializes a new instance of the AvroTypeException class.
|
| |
|
| AvroException () |
| | Initializes a new instance of the AvroException class.
|
| |
| | AvroException (string s) |
| | Initializes a new instance of the AvroException class.
|
| |
| | AvroException (string s, Exception inner) |
| | Initializes a new instance of the AvroException class.
|
| |
Used to communicate an exception associated with Avro typing.
◆ AvroTypeException() [1/2]
| Avro.AvroTypeException.AvroTypeException |
( |
string |
s | ) |
|
|
inline |
Initializes a new instance of the AvroTypeException class.
- Parameters
-
◆ AvroTypeException() [2/2]
| Avro.AvroTypeException.AvroTypeException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Initializes a new instance of the AvroTypeException class.
- Parameters
-
| message | The error message that explains the reason for the exception. |
| innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
The documentation for this class was generated from the following file:
- src/apache/main/Schema/AvroTypeException.cs