NullPointerException.this

Constructs a <code>NullPointerException</code> with no detail message.

  1. this(string file, size_t line)
    class NullPointerException
    this
    (
    string file
    ,
    size_t line
    )
  2. this(string s, string file, size_t line)

Parameters

file string

the file where the exception occurred

line size_t

the line where the exception occurred

Meta