An exception thrown when a IWindow with the same category and identifier has already been registered.

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 class DuplicateWindowException : Exception
Visual Basic
Public Class DuplicateWindowException _
	Inherits Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    ININ.InteractionClient.AddIn..::..DuplicateWindowException

See Also