ElfIOException.this

this(string msg)

Constructor with error message.

Parameters

msgThe error message.
this(string msg, string operation)

Constructor with error message and operation.

Parameters

msgThe error message.
operationThe I/O operation that failed (e.g., "read", "write").