ILNumerics Ultimate VS

H5ObjectGetLastError Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieves the information from the full error stack generated by the last (errornous) operation.

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static string GetLastError()

Return Value

Type: String
String containing all lines from the error stack or an empty string.
Remarks

Calling this method retrieves all description lines of errors created during the last operation. The lines are concatenated and returned. No other information is read from the error stack besides the description. Afterwards the current error stack is cleared.

[ILNumerics HDF5 Module]

See Also

Reference