Class UnresolvedIdentifiersException
Thrown when a set of Identifiers fail to resolve to their respective Headers.
public sealed class UnresolvedIdentifiersException : Exception, ISerializable
- Inheritance
-
UnresolvedIdentifiersException
- Implements
- Inherited Members
Constructors
UnresolvedIdentifiersException(Identifiers)
Thrown when a set of Identifiers fail to resolve to their respective Headers.
public UnresolvedIdentifiersException(Identifiers identifiers)
Parameters
identifiers
IdentifiersThe identifiers that failed to resolve.
Properties
Identifiers
public Identifiers Identifiers { get; }