Interface IH5UnresolvedLink
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
An HDF5 link that could not be resolved.
public interface IH5UnresolvedLink
Properties
Name
Gets the link name.
string Name { get; }
Property Value
Reason
Gets an exception that indicates the reason why the link could not be resolved.
Exception? Reason { get; }