C# Class PortMidi.MidiException

Inheritance: Exception
显示文件 Open project: Miner28/NetworkedEventCaller

Public Methods

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

Method Details

MidiException() public method

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

MidiException() public method

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