Show / Hide Table of Contents

Class H5UnresolvedLink

An HDF5 link that could not be resolved.

Inheritance
System.Object
H5Object
H5UnresolvedLink
Inherited Members
H5Object.Name
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class H5UnresolvedLink : H5Object

Properties

| Improve this Doc View Source

Reason

Gets an exception that indicates the reason why the link could not be resolved.

Declaration
public Exception Reason { get; }
Property Value
Type Description
System.Exception
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms