Used to communicate an exception that occurred while parsing a schema.
More...
|
| SchemaParseException () |
| Initializes a new instance of the SchemaParseException class.
|
|
| SchemaParseException (string s) |
| Initializes a new instance of the SchemaParseException class.
|
|
| SchemaParseException (string message, Exception innerException) |
| Initializes a new instance of the SchemaParseException 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 that occurred while parsing a schema.
◆ SchemaParseException() [1/2]
Avro.SchemaParseException.SchemaParseException |
( |
string |
s | ) |
|
|
inline |
Initializes a new instance of the SchemaParseException class.
- Parameters
-
◆ SchemaParseException() [2/2]
Avro.SchemaParseException.SchemaParseException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Initializes a new instance of the SchemaParseException 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/SchemaParseException.cs