Share via


IOErrorEventArgs Class

Definition

Provides data for the IOError event.

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

Constructors

Name Description
IOErrorEventArgs(MidiDevice, Int32)

Initializes a new instance of the IOErrorEventArgs class.

Properties

Name Description
Device

Device that raised the error.

ErrorCode

OSStatus error code.

Applies to