com.onlineobject.objectnet Namespace

EmbeddedDuplicateHandlerException Constructor (UInt16, MethodInfo, MethodInfo)

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

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

Syntax


public EmbeddedDuplicateHandlerException(

	ushort id,

	MethodInfo method1,

	MethodInfo method2

)

Parameters

id
Type: UInt16
The message ID with multiple handler methods.
method1
Type: MethodInfo
The first handler method's info.
method2
Type: MethodInfo
The second handler method's info.