Class RPCException

Exception thrown when a RPC error occurs.

class RPCException
  : object.Exception;

This exception can be thrown by any of the client or server management methods (such as disconnect), by all client functions calling a remote RPC function and by all event.emit() calls on a server.

Constructors

Constructors

NameDescription
thisConstruct a new RPCException.