HDF5Exception.this

this(string msg, string file = __FILE__, size_t line = __LINE__)

Constructs an HDF5Exception with the given message.

Parameters

msgThe error message
fileSource file where the exception was thrown
lineLine 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

msgThe error message
funcNameThe name of the HDF5 function that failed
errCodeThe HDF5 error code
fileSource file where the exception was thrown
lineLine number where the exception was thrown