ImageExFailedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the ImageEx ImageFailed event.
public class ImageExFailedEventArgs : EventArgs
type ImageExFailedEventArgs = class
inherit EventArgs
Public Class ImageExFailedEventArgs
Inherits EventArgs
- Inheritance
-
ImageExFailedEventArgs
Constructors
ImageExFailedEventArgs(Exception) |
Initializes a new instance of the ImageExFailedEventArgs class. |
Properties
ErrorException |
Gets the exception that caused the error condition. |
ErrorMessage |
Gets the reason for the error condition. |