'Declaration
Public Event MediaFailed As EventHandler(Of ExceptionEventArgs)
public event EventHandler<ExceptionEventArgs> MediaFailed
Event Data
The event handler receives an argument of type ExceptionEventArgs containing data related to this event. The following ExceptionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ErrorException | Gets the exception that details the cause of the failure. |
See Also