Class SqpException
Server Quality Protocol exception.
Implements
Inherited Members
Namespace: Unity.Ucg.Usqp
Assembly: Unity.Services.Multiplayer.Multiplay.Sqp.dll
Syntax
public class SqpException : Exception, ISerializable
Constructors
SqpException()
Constructs an Server Quality Protocol Exception.
Declaration
public SqpException()
SqpException(string)
Constructs an Server Quality Protocol Exception.
Declaration
public SqpException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message of the exception. |
SqpException(string, Exception)
Constructs an Server Quality Protocol Exception.
Declaration
public SqpException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message of the exception. |
Exception | inner | The exception that caused this exception. |