C# Класс Espera.Core.Audio.PlaybackException

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

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

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

Initializes a new instance of the PlaybackException class.

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

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

Initializes a new instance of the PlaybackException class.
public PlaybackException ( string message, Exception innerException ) : System
message string The exception message.
innerException System.Exception The inner exception.
Результат System