Table of Contents

Class UnresolvedIdentifiersException

Namespace
Xabbo.Messages
Assembly
Xabbo.Common.dll

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 Identifiers

The identifiers that failed to resolve.

Properties

Identifiers

public Identifiers Identifiers { get; }

Property Value

Identifiers