Overload | Description |
---|---|
ImageNotAvailableException Constructor() | Initializes a new instance of an image not available. |
ImageNotAvailableException Constructor(Int32) | Initializes a new instance of an image is not available with a given error number. |
ImageNotAvailableException Constructor(String) | Initializes a new instance of an image is not available with a given message. |
ImageNotAvailableException Constructor(Int32,String) | Initializes a new instance of an image is not available with a given error number and message. |
ImageNotAvailableException Constructor(String,Exception) | Initializes a new instance of an image is not available with a given message and inner exception. |