Table of Contents

Class ProcedureNotRegisteredException

Namespace
The.RPC
Assembly
Instagile.dll

Thrown when an endpoint receives a message it doesn't understand.

public class ProcedureNotRegisteredException : RPCException, ISerializable
Inheritance
ProcedureNotRegisteredException
Implements
Inherited Members

Constructors

ProcedureNotRegisteredException(string)

public ProcedureNotRegisteredException(string name)

Parameters

name string

ProcedureNotRegisteredException(string, string)

public ProcedureNotRegisteredException(string name, string detail)

Parameters

name string
detail string