Accusoft.NotateXpressSdk Namespace > DuplicateMenuIdException Class : DuplicateMenuIdException Constructor |
Overload | Description |
---|---|
DuplicateMenuIdException Constructor() | Main constructor for the DuplicateMenuIdException class when there are errors with duplicate menu IDs. |
DuplicateMenuIdException Constructor(Int32) | Exception which allows passing in an error number when there are errors with duplicate menu IDs. |
DuplicateMenuIdException Constructor(String) | Exception which allows passing in a message when there are errors with duplicate menu IDs. |
DuplicateMenuIdException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are errors with duplicate menu IDs. |
DuplicateMenuIdException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are errors with duplicate menu IDs. |