A generic Avro exception.
More...
|
| AvroRuntimeException () |
| Initializes a new instance of the AvroRuntimeException class.
|
|
| AvroRuntimeException (string s) |
| Initializes a new instance of the AvroRuntimeException class.
|
|
| AvroRuntimeException (string s, Exception inner) |
| Initializes a new instance of the AvroRuntimeException 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.
|
|
A generic Avro exception.
◆ AvroRuntimeException() [1/2]
Avro.AvroRuntimeException.AvroRuntimeException |
( |
string |
s | ) |
|
|
inline |
Initializes a new instance of the AvroRuntimeException class.
- Parameters
-
s | The message that describes the error. |
◆ AvroRuntimeException() [2/2]
Avro.AvroRuntimeException.AvroRuntimeException |
( |
string |
s, |
|
|
Exception |
inner |
|
) |
| |
|
inline |
Initializes a new instance of the AvroRuntimeException class.
- Parameters
-
s | The message that describes the error. |
inner | 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/CodeGen/AvroRuntimeException.cs