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

CodeGen Exception. More...

Inheritance diagram for Avro.CodeGenException:
Avro.AvroException

Public Member Functions

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

CodeGen Exception.

See also
Avro.AvroException

Constructor & Destructor Documentation

◆ CodeGenException() [1/3]

Avro.CodeGenException.CodeGenException ( )
inline

Initializes a new instance of the CodeGenException class.

◆ CodeGenException() [2/3]

Avro.CodeGenException.CodeGenException ( string  s)
inline

Initializes a new instance of the CodeGenException class.

Parameters
sThe message that describes the error.

◆ CodeGenException() [3/3]

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

Initializes a new instance of the CodeGenException 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: