Overload | Description |
---|---|
CompressedImageNotAvailableException Constructor() | An exception generated for a compressed image not available error. |
CompressedImageNotAvailableException Constructor(Int32) | Generated exception for a compressed image not available error with a given error number. |
CompressedImageNotAvailableException Constructor(String) | Generated exception for a compressed image not available error with a given string. |
CompressedImageNotAvailableException Constructor(Int32,String) | Generated exception for a compressed image not available error with a given error number and message. |
CompressedImageNotAvailableException Constructor(String,Exception) | Generated exception for a compressed image not available error with a given message and inner exception. |