Show / Hide Table of Contents

Class BaggageNullException

An exception that is thrown when no baggage was found for the specified device.

Inheritance
object
Exception
BaggageNullException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Source

BaggageNullException(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.

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX