Represents error that occur during serialization and deserialization of Fauna data.
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 inn...