Constructor MultiplayError
MultiplayError(MultiplayExceptionReason, string)
Constructs a multiplay error.
Declaration
public MultiplayError(MultiplayExceptionReason reason, string detail)
Parameters
| Type | Name | Description |
|---|---|---|
| MultiplayExceptionReason | reason | The reason for the error. |
| string | detail | The detail of the error. |