com.onlineobject.objectnet Namespace

EmbeddedInvalidHandlerSignatureException Class

The exception that is thrown when a method with a EmbeddedMessageHandlerAttribute does not have an acceptable message handler method signature (either EmbeddedServer..::..MessageHandler or EmbeddedClient..::..MessageHandler).

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public class EmbeddedInvalidHandlerSignatureException : Exception

Inheritance Hierarchy


Object
  Exception
    com.onlineobject.objectnet.server..::..EmbeddedInvalidHandlerSignatureException