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