Class BaggageNullException
An exception that is thrown when no baggage was found for the specified device.
Implements
Inherited Members
Namespace: Microsoft.XboxStudios.ClientManager
Assembly: ClientManager.Abstractions.dll
Syntax
public class BaggageNullException : Exception, ISerializable
Remarks
Initializes a new instance of the BaggageNullException class.
Constructors
View SourceBaggageNullException(string)
An exception that is thrown when no baggage was found for the specified device.
Declaration
public BaggageNullException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error details. |
Remarks
Initializes a new instance of the BaggageNullException class.