C# Class PortMidi.MidiException

Inheritance: Exception
Afficher le fichier Open project: Miner28/NetworkedEventCaller

Méthodes publiques

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

Method Details

MidiException() public méthode

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

MidiException() public méthode

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