SerializationException.this

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

  1. this(string message, string file, size_t line)
    class SerializationException
    this
    (
    string message
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. this(Exception 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