Avro C#
Public Member Functions | List of all members
Avro.AvroRuntimeException Class Reference

A generic Avro exception. More...

Inheritance diagram for Avro.AvroRuntimeException:
Avro.AvroException

Public Member Functions

 AvroRuntimeException ()
 Initializes a new instance of the AvroRuntimeException class. More...
 
 AvroRuntimeException (string s)
 Initializes a new instance of the AvroRuntimeException class. More...
 
 AvroRuntimeException (string s, Exception inner)
 Initializes a new instance of the AvroRuntimeException 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...
 

Detailed Description

A generic Avro exception.

Constructor & Destructor Documentation

◆ AvroRuntimeException() [1/3]

Avro.AvroRuntimeException.AvroRuntimeException ( )
inline

Initializes a new instance of the AvroRuntimeException class.

◆ AvroRuntimeException() [2/3]

Avro.AvroRuntimeException.AvroRuntimeException ( string  s)
inline

Initializes a new instance of the AvroRuntimeException class.

Parameters
sThe message that describes the error.

◆ AvroRuntimeException() [3/3]

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

Initializes a new instance of the AvroRuntimeException class.

Parameters
sThe message that describes the error.
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: