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