Class ProcedureNotRegisteredException
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
namestring
ProcedureNotRegisteredException(string, string)
public ProcedureNotRegisteredException(string name, string detail)