Accusoft.TwainProSdk Namespace > InvalidPropertyException Class : InvalidPropertyException Constructor |
Overload | Description |
---|---|
InvalidPropertyException Constructor() | An exception generated for an invalid property error. |
InvalidPropertyException Constructor(Int32) | Generated exception for an invalid property error with a given error number. |
InvalidPropertyException Constructor(String) | Generated exception for an invalid property error with a given string. |
InvalidPropertyException Constructor(Int32,String) | Generated exception for an invalid property error with a given error number and message. |
InvalidPropertyException Constructor(String,Exception) | Generated exception for an invalid property error with a given message and inner exception. |