Skip Navigation Links.

H5E Class

The H5E contains static member function for each of the supported H5E calls of the HDF5 library. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5E.html

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public NotInheritable Class H5E
C#
public sealed class H5E
Visual C++
public ref class H5E sealed
JavaScript
HDF5DotNet.H5E = function();

Type.createClass(
	'HDF5DotNet.H5E');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5E

See Also