Skip to main content

MediaPlayerErrorEventArgs Class

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Controls.MediaPlayer.Abstractions
Package:Avalonia.Controls.MediaPlayer.Abstractions
public class MediaPlayerErrorEventArgs

Inheritance: EventArgs -> MediaPlayerErrorEventArgs

Constructors

NameDescription
MediaPlayerErrorEventArgsNo summary available.

MediaPlayerErrorEventArgs Constructor

public MediaPlayerErrorEventArgs(string message)

Parameters

message string

Properties

NameDescription
MessageNo summary available.

Message Property

public string Message { get; set; }