Show / Hide Table of Contents

Class MissingBaggageFactoryException

An exception that is thrown when no factory is registered for the user requested client baggage.

Inheritance
object
Exception
MissingBaggageFactoryException
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 MissingBaggageFactoryException : Exception, ISerializable
Remarks

Initializes a new instance of the MissingBaggageFactoryException class.

Constructors

View Source

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

Implements

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