Avro C#
|
Used to communicate an exception that occurred while parsing a schema. More...
Public Member Functions | |
SchemaParseException () | |
Initializes a new instance of the SchemaParseException class. More... | |
SchemaParseException (string s) | |
Initializes a new instance of the SchemaParseException class. More... | |
SchemaParseException (string message, Exception innerException) | |
Initializes a new instance of the SchemaParseException class. More... | |
Public Member Functions inherited from Avro.AvroException | |
AvroException () | |
Initializes a new instance of the AvroException class. More... | |
AvroException (string s) | |
Initializes a new instance of the AvroException class. More... | |
AvroException (string s, Exception inner) | |
Initializes a new instance of the AvroException class. More... | |
Used to communicate an exception that occurred while parsing a schema.
|
inline |
Initializes a new instance of the SchemaParseException class.
|
inline |
Initializes a new instance of the SchemaParseException class.
s | Exception message. |
|
inline |
Initializes a new instance of the SchemaParseException class.
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. |