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

Used to communicate an exception associated with Avro typing. More...

Inheritance diagram for Avro.AvroTypeException:
Avro.AvroException

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...
 

Detailed Description

Used to communicate an exception associated with Avro typing.

Constructor & Destructor Documentation

◆ AvroTypeException() [1/3]

Avro.AvroTypeException.AvroTypeException ( )
inline

Initializes a new instance of the AvroTypeException class.

◆ AvroTypeException() [2/3]

Avro.AvroTypeException.AvroTypeException ( string  s)
inline

Initializes a new instance of the AvroTypeException class.

Parameters
s

◆ AvroTypeException() [3/3]

Avro.AvroTypeException.AvroTypeException ( string  message,
Exception  innerException 
)
inline

Initializes a new instance of the AvroTypeException class.

Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe 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: