SerializationException.this

Creates a new exception with the given message.

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

Parameters

message string

the message of the exception

Meta