Class MissingBaggageFactoryException
An exception that is thrown when no factory is registered for the user requested client baggage.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.ClientManager
Assembly: ClientManager.Abstractions.dll
Syntax
public class MissingBaggageFactoryException : Exception, ISerializable
Remarks
Initializes a new instance of the MissingBaggageFactoryException class.
Constructors
View SourceMissingBaggageFactoryException(string)
An exception that is thrown when no factory is registered for the user requested client baggage.
Declaration
public MissingBaggageFactoryException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error details. |
Remarks
Initializes a new instance of the MissingBaggageFactoryException class.