ConstructorException.this

Construct a ConstructorException.

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

Parameters

start Mark

Start position of the error context.

end Mark

End position of the error context.

Meta