C# Класс PortMidi.MidiException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MidiException ( MidiErrorType errorType, string message ) : System
MidiException ( MidiErrorType errorType, string message, Exception innerException ) : System

Описание методов

MidiException() публичный Метод

public MidiException ( MidiErrorType errorType, string message ) : System
errorType MidiErrorType
message string
Результат System

MidiException() публичный Метод

public MidiException ( MidiErrorType errorType, string message, Exception innerException ) : System
errorType MidiErrorType
message string
innerException Exception
Результат System