SerializationException.this

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

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

Parameters

message string

the message of the exception

file string

the file where the exception occurred

line size_t

the line in the file where the exception occurred

Meta