Class RpcException
Exception thrown when an RPC (Remote Procedure Call) encounters an error during execution
Implements
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public class RpcException : Exception, ISerializable
  Constructors
RpcException(string)
Initializes a new instance of the RpcException class with a specified error message
Declaration
public RpcException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | message | The message that describes the error  |