SerializationException.this

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

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

Parameters

exception Exception

the exception exception to wrap

Meta