HDF5Exception.this
this
(string msg, string file = __FILE__, size_t line = __LINE__)Constructs an HDF5Exception with the given message.
Parameters
msg | The error message |
file | Source file where the exception was thrown |
line | Line number where the exception was thrown |
this
(string msg, string funcName, herr_t errCode,
string file = __FILE__, size_t line = __LINE__)Constructs an HDF5Exception with function context.
Parameters
msg | The error message |
funcName | The name of the HDF5 function that failed |
errCode | The HDF5 error code |
file | Source file where the exception was thrown |
line | Line number where the exception was thrown |