C# Class Espera.Core.Audio.PlaybackException

Inheritance: System.Exception
Afficher le fichier Open project: gazwinter/Espera

Méthodes publiques

Méthode Description
PlaybackException ( string message, Exception innerException ) : System

Initializes a new instance of the PlaybackException class.

Method Details

PlaybackException() public méthode

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.
Résultat System