Click or drag to resize

GroupIdAlreadyExistsException Class

Exception indicates that specified group user id is already used
Inheritance Hierarchy
SystemObject
  SystemException
    CodeStack.SwEx.AddIn.ExceptionsGroupIdAlreadyExistsException

Namespace:  CodeStack.SwEx.AddIn.Exceptions
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public class GroupIdAlreadyExistsException : Exception
Remarks
This might happen when CommandGroupInfoAttribute explicitly specifies duplicate user ids. This can also happen that not all commands have this attribute assigned explicitly. In this case framework is attempting to generate next user id which might be already taken by explicit declaration
See Also