Function ValidationException.this
Prototype
this(
string msg,
string file = __FILE__,
ulong line = cast(ulong)__LINE__
);
this(
string msg,
string file = __FILE__,
ulong line = cast(ulong)__LINE__
);