Class PlaybackErrorOccurredEventArgs
Provides data for the ErrorOccurred.
Inherited Members
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class PlaybackErrorOccurredEventArgs
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
Site
Gets the location within the playback where the error occurred.
Declaration
public PlaybackErrorSite Site { get; }
Property Value
| Type | Description |
|---|---|
| PlaybackErrorSite |