ImageExFailedEventArgs Class

Definition

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.

Applies to