Initializes a new instance of the DuplicateWindowException class.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public DuplicateWindowException(
	string category,
	string windowId
)
Visual Basic
Public Sub New ( _
	category As String, _
	windowId As String _
)

Parameters

category
Type: System..::..String
The identifier of the category that was to be added.
windowId
Type: System..::..String
The identifier of the window that was to be added.

See Also