SerializationException

This class represents an exception, it's the base class of all exceptions used throughout this library.

Constructors

this
this(string message, string file, size_t line)

Creates a new exception with the given message, file and line info.

this
this(Exception exception)

Creates a new exception out of the given exception. Used for wrapping already existing exceptions as SerializationExceptions.

Meta