Show / Hide Table of Contents

Class ConnectionFailedException

An exception that is thrown when baggage connections fails to establish connection.

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

Initializes a new instance of the ConnectionFailedException class.

Constructors

View Source

ConnectionFailedException(string)

An exception that is thrown when baggage connections fails to establish connection.

Declaration
public ConnectionFailedException(string message)
Parameters
Type Name Description
string message

The description of the error.

Remarks

Initializes a new instance of the ConnectionFailedException class.

Implements

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