Avro C#
|
Used to communicate an exception associated with Avro typing. More...
Public Member Functions | |
AvroTypeException () | |
Initializes a new instance of the AvroTypeException class. More... | |
AvroTypeException (string s) | |
Initializes a new instance of the AvroTypeException class. More... | |
AvroTypeException (string message, Exception innerException) | |
Initializes a new instance of the AvroTypeException 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 associated with Avro typing.
|
inline |
Initializes a new instance of the AvroTypeException class.
|
inline |
Initializes a new instance of the AvroTypeException class.
s |
|
inline |
Initializes a new instance of the AvroTypeException 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. |