Search Results for

    Show / Hide Table of Contents

    Class PlaybackErrorOccurredEventArgs

    Provides data for the ErrorOccurred.
    Inheritance
    object
    PlaybackErrorOccurredEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top 2025 / Generated by DocFX