C# Class PortMidiSharp.MidiException

Inheritance: System.Exception
Afficher le fichier Open project: atsushieno/mldsp

Méthodes publiques

Méthode Description
MidiException ( PortMidiSharp.MidiErrorType errorType, string message ) : System
MidiException ( PortMidiSharp.MidiErrorType errorType, string message, Exception innerException ) : System

Method Details

MidiException() public méthode

public MidiException ( PortMidiSharp.MidiErrorType errorType, string message ) : System
errorType PortMidiSharp.MidiErrorType
message string
Résultat System

MidiException() public méthode

public MidiException ( PortMidiSharp.MidiErrorType errorType, string message, Exception innerException ) : System
errorType PortMidiSharp.MidiErrorType
message string
innerException System.Exception
Résultat System