v1.0.0
Latest
2022.3+

Class MatchmakerServiceException

Represents an exception that occurs in the usage of the Unity Matchmaker Service.

Inheritance
System.Object
MatchmakerServiceException
Namespace: Unity.Services.Matchmaker
Syntax
public class MatchmakerServiceException : RequestFailedException

Constructors

MatchmakerServiceException(Exception)

Creates a MatchmakerServiceException (unknown reason as default).

Declaration
public MatchmakerServiceException(Exception innerException)
Parameters
TypeNameDescription
System.ExceptioninnerException

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
TypeNameDescription
MatchmakerExceptionReasonreason

Reason for service failure.

System.Stringmessage

The description of the error.

System.ExceptioninnerException

The exception raised internally by the service, if any.

Properties

Reason

Reason for service failure.

Declaration
public MatchmakerExceptionReason Reason { get; }
Property Value
TypeDescription
MatchmakerExceptionReason