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