C# Class Espera.Core.Audio.PlaybackException

Inheritance: System.Exception
Show file Open project: gazwinter/Espera

Public Methods

Method Description
PlaybackException ( string message, Exception innerException ) : System

Initializes a new instance of the PlaybackException class.

Method Details

PlaybackException() public method

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.
return System