Skip Navigation Links.
Welcome to HDF5DotNet
FAQ
Collapse HDF5DotNet NamespaceHDF5DotNet Namespace
Expand CallbacksCallbacks
Expand EnumerationsEnumerations
Collapse ExceptionsExceptions
Expand H5A ExceptionsH5A Exceptions
Expand H5Array ExceptionsH5Array Exceptions
Expand H5D ExceptionsH5D Exceptions
Collapse H5E ExceptionsH5E Exceptions
H5EsetAutoException Class
H5EsuppressPrintingException Class
Expand H5F ExceptionsH5F Exceptions
Expand H5G ExceptionsH5G Exceptions
Expand H5L ExceptionsH5L Exceptions
Expand H5O ExceptionsH5O Exceptions
Expand H5P ExceptionsH5P Exceptions
Expand H5S ExceptionsH5S Exceptions
Expand H5T ExceptionsH5T Exceptions
Expand HDFException ClassHDFException Class
Expand HandlesHandles
Expand H5 ClassH5 Class
Expand H5A ClassH5A Class
Expand H5D ClassH5D Class
Expand H5E ClassH5E Class
Expand H5F ClassH5F Class
Expand H5G ClassH5G Class
Expand H5I ClassH5I Class
Expand H5L ClassH5L Class
Expand H5O ClassH5O Class
Expand H5P ClassH5P Class
Expand H5R ClassH5R Class
Expand H5S ClassH5S Class
Expand H5T ClassH5T Class
Expand H5TB ClassH5TB Class
Expand InfoInfo
Expand InterfacesInterfaces
Expand MiscMisc
Expand StructuresStructures

H5EsetAutoException Class

H5EsetAuto throws this exception on any error condition.

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

Syntax

Visual Basic
Public Class H5EsetAutoException _
	Inherits HDFException
C#
public class H5EsetAutoException : HDFException
Visual C++
public ref class H5EsetAutoException : public HDFException
JavaScript
HDF5DotNet.H5EsetAutoException = function();

Type.createClass(
	'HDF5DotNet.H5EsetAutoException',
	HDF5DotNet.HDFException);

Inheritance Hierarchy

Object
  Exception
    ApplicationException
      HDF5DotNet..::..HDFException
        HDF5DotNet..::..H5EsetAutoException

See Also