com.onlineobject.objectnet Namespace

EmbeddedNonStaticHandlerException Constructor (Type, String)

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

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

Syntax


public EmbeddedNonStaticHandlerException(

	Type declaringType,

	string handlerMethodName

)

Parameters

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