Class ConnectionFailedException
An exception that is thrown when baggage connections fails to establish connection.
Implements
Inherited Members
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 SourceConnectionFailedException(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.