ElfRangeException.this

this(string msg)

Constructor with error message.

Parameters

msgThe error message.
this(string msg, size_t index, size_t maxIndex)

Constructor with error message and range information.

Parameters

msgThe error message.
indexThe invalid index that was accessed.
maxIndexThe maximum valid index.