| GroupIdAlreadyExistsException Class |
Exception indicates that specified group user id is already used
Inheritance Hierarchy
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
Public Class GroupIdAlreadyExistsException
Inherits Exception
public ref class GroupIdAlreadyExistsException : public 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