IOErrorEventArgs Class

Definition

Provides data for the IOError event.

public class IOErrorEventArgs : EventArgs
type IOErrorEventArgs = class
    inherit EventArgs
Inheritance
IOErrorEventArgs

Constructors

IOErrorEventArgs(MidiDevice, Int32)

Initializes a new instance of the IOErrorEventArgs class.

Properties

Device

Device that raised the error.

ErrorCode

OSStatus error code.

Applies to