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