Class ErrorOccurredEventArgs
Provides data for an event indicating an error occurred on a device.
Inherited Members
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 |