ReusableExceptionImplementation.set

Sets exception information for this instance.

template ReusableExceptionImplementation()
typeof(this)
set
(,
istring file = __FILE__
,
long line = __LINE__
)

Parameters

msg cstring

exception message

file istring

file where the exception has been thrown

line long

line where the exception has been thrown

Return Value

Type: typeof(this)

this instance

Meta