Accusoft.NotateXpressSdk Namespace > InvalidVariantException Class : InvalidVariantException Constructor |
Overload | Description |
---|---|
InvalidVariantException Constructor() | Main constructor for the InvalidVariantException class when a variant is not allowed. |
InvalidVariantException Constructor(Int32) | Exception which allows passing in an error number when a variant is not allowed. |
InvalidVariantException Constructor(String) | Exception which allows passing in a message when a variant is not allowed. |
InvalidVariantException Constructor(Int32,String) | Exception which allows passing in an error number and message when a variant is not allowed. |
InvalidVariantException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when a variant is not allowed. |