Search Results for

    Show / Hide Table of Contents

    Class ErrorOccurredEventArgs

    Provides data for an event indicating an error occurred on a device.
    Inheritance
    object
    EventArgs
    ErrorOccurredEventArgs
    Inherited Members
    EventArgs.Empty
    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 ErrorOccurredEventArgs : EventArgs

    Properties

    Exception

    Gets the exception caused an error.
    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception
    In this article
    Back to top 2024 / Generated by DocFX