ElfRangeException.this
this
(string msg)Constructor with error message.
Parameters
msg | The error message. |
this
(string msg, size_t index, size_t maxIndex)Constructor with error message and range information.
Parameters
msg | The error message. |
index | The invalid index that was accessed. |
maxIndex | The maximum valid index. |