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