Overload | Description |
---|---|
ImageNotAvailableException Constructor() | Generated base exception for an image not available. |
ImageNotAvailableException Constructor(Int32) | Generated exception when an image is not available with a given error number. |
ImageNotAvailableException Constructor(String) | Generated exception when an image is not available with a given message. |
ImageNotAvailableException Constructor(Int32,String) | Generated exception when an image is not available with a given error number and message. |
ImageNotAvailableException Constructor(String,Exception) | Generated exception when an image is not available with a given message and inner exception. |