ReusableExceptionImplementation.append

Appends new substring to mutable exception message

Intended to be used in hosts that do dynamic formatting of the error message and want to avoid repeating allocation with help of ReusableException semantics

Leaves other fields untouched

  1. typeof(this) append(cstring msg)
    template ReusableExceptionImplementation()
    typeof(this)
    append
  2. typeof(this) append(long num, bool hex)

Parameters

msg cstring

string to append to the message

Return Value

Type: typeof(this)

this instance

Meta