ConstructorException.this

Construct a ConstructorException.

class ConstructorException
this
@safe pure nothrow
(
string msg
,,,
string file = __FILE__
,
int line = __LINE__
)

Parameters

start
Type: Mark

Start position of the error context.

end
Type: Mark

End position of the error context.

Meta