IOErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |