Avro C#
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Avro.ProtocolParseException Class Reference

Used to communicate an exception that occurred while parsing a protocol. More...

Inheritance diagram for Avro.ProtocolParseException:
Avro.AvroException

Public Member Functions

 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.
 
- Public Member Functions inherited from Avro.AvroException
 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.
 

Detailed Description

Used to communicate an exception that occurred while parsing a protocol.

Constructor & Destructor Documentation

◆ ProtocolParseException() [1/2]

Avro.ProtocolParseException.ProtocolParseException ( string  s)
inline

Initializes a new instance of the ProtocolParseException class.

Parameters
sException message.

◆ ProtocolParseException() [2/2]

Avro.ProtocolParseException.ProtocolParseException ( string  s,
Exception  inner 
)
inline

Initializes a new instance of the ProtocolParseException class.

Parameters
sException message.
innerThe 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: