Class MatchmakerServiceException
Represents an exception that occurs in the usage of the Unity Matchmaker Service.
Implements
Inherited Members
RequestFailedException.ErrorCode
Namespace: Unity.Services.Matchmaker
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class MatchmakerServiceException : RequestFailedException, ISerializable
Constructors
MatchmakerServiceException(Exception)
Creates a MatchmakerServiceException (unknown reason as default).
Declaration
public MatchmakerServiceException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The exception raised internally by the service, if any. |
MatchmakerServiceException(MatchmakerExceptionReason, string, Exception)
Creates a MatchmakerServiceException.
Declaration
public MatchmakerServiceException(MatchmakerExceptionReason reason, string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
MatchmakerExceptionReason | reason | Reason for service failure. |
string | message | The description of the error. |
Exception | innerException | The exception raised internally by the service, if any. |
Properties
Reason
Reason for service failure.
Declaration
public MatchmakerExceptionReason Reason { get; }
Property Value
Type | Description |
---|---|
MatchmakerExceptionReason |