com.onlineobject.objectnet Namespace

EmbeddedInvalidHandlerSignatureException Constructor (Type, String)

Initializes a new EmbeddedInvalidHandlerSignatureException instance and constructs an error message from the given information.

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

Syntax


public EmbeddedInvalidHandlerSignatureException(

	Type declaringType,

	string handlerMethodName

)

Parameters

declaringType
Type: Type
The type containing the handler method.
handlerMethodName
Type: String
The name of the handler method.