SerializationException.this

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

  1. this(string message)
  2. this(string message, string file, size_t line)
  3. this(ExceptionBase exception)
    class SerializationException

Parameters

exception ExceptionBase

the exception exception to wrap

Meta