TypeMismatchException.this

Undocumented in source.
  1. this(int expectedType, int actualType, string file, size_t line, Throwable next)
  2. this(string message, int expectedType, int actualType, string file, size_t line, Throwable next)
    class TypeMismatchException
    pure nothrow @safe
    this
    (
    string message
    ,,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )

Meta