C# Class PortMidiSharp.MidiException

Inheritance: System.Exception
Datei anzeigen Open project: atsushieno/mldsp

Public Methods

Method Description
MidiException ( PortMidiSharp.MidiErrorType errorType, string message ) : System
MidiException ( PortMidiSharp.MidiErrorType errorType, string message, Exception innerException ) : System

Method Details

MidiException() public method

public MidiException ( PortMidiSharp.MidiErrorType errorType, string message ) : System
errorType PortMidiSharp.MidiErrorType
message string
return System

MidiException() public method

public MidiException ( PortMidiSharp.MidiErrorType errorType, string message, Exception innerException ) : System
errorType PortMidiSharp.MidiErrorType
message string
innerException System.Exception
return System