Table of Contents

Interface IH5UnresolvedLink

Namespace
PureHDF
Assembly
PureHDF.dll

An HDF5 link that could not be resolved.

public interface IH5UnresolvedLink

Properties

Gets the link name.

string Name { get; }

Property Value

string

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

Exception? Reason { get; }

Property Value

Exception