Modifica

Condividi tramite


IOErrorEventArgs(MidiDevice, Int32) Constructor

Definition

Initializes a new instance of the IOErrorEventArgs class.

public IOErrorEventArgs (CoreMidi.MidiDevice device, int errorCode);
new CoreMidi.IOErrorEventArgs : CoreMidi.MidiDevice * int -> CoreMidi.IOErrorEventArgs

Parameters

device
MidiDevice

The device that triggered the error.

errorCode
Int32

OSStatus error code

Applies to