Fauna v10 .NET/C# Driver 1.0.1
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Fauna.Exceptions.SerializationException Class Reference

Represents error that occur during serialization and deserialization of Fauna data. More...

Inheritance diagram for Fauna.Exceptions.SerializationException:

Public Member Functions

 SerializationException (string? message)
 Initializes a new instance of the SerializationException class with a specified error message.
 
 SerializationException (string? message, Exception? innerException)
 Initializes a new instance of the SerializationException class with a specified error message and inner exception.
 

Detailed Description

Represents error that occur during serialization and deserialization of Fauna data.

Definition at line 6 of file SerializationException.cs.

Constructor & Destructor Documentation

◆ SerializationException() [1/2]

Fauna.Exceptions.SerializationException.SerializationException ( string?  message)

Initializes a new instance of the SerializationException class with a specified error message.

Parameters
messageThe error message that explains the reason for the exception.

Definition at line 12 of file SerializationException.cs.

◆ SerializationException() [2/2]

Fauna.Exceptions.SerializationException.SerializationException ( string?  message,
Exception?  innerException 
)

Initializes a new instance of the SerializationException class with a specified error message and inner exception.

Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe inner exception.

Definition at line 21 of file SerializationException.cs.


The documentation for this class was generated from the following file: