Avro C#
Loading...
Searching...
No Matches
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.
 
 CodeGenException (string s)
 Initializes a new instance of the CodeGenException class.
 
 CodeGenException (string s, Exception inner)
 Initializes a new instance of the CodeGenException 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

CodeGen Exception.

See also
Avro.AvroException

Constructor & Destructor Documentation

◆ CodeGenException() [1/2]

Avro.CodeGenException.CodeGenException ( string  s)
inline

Initializes a new instance of the CodeGenException class.

Parameters
sThe message that describes the error.

◆ CodeGenException() [2/2]

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: