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