C# Class Nanook.TheGhost.AudioTool.OggPlaybackException

Inheritance: System.Exception
Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Méthode Description
OggPlaybackException ( ) : System
OggPlaybackException ( string message ) : System
OggPlaybackException ( string message, Exception inner ) : System

Method Details

OggPlaybackException() public méthode

public OggPlaybackException ( ) : System
Résultat System

OggPlaybackException() public méthode

public OggPlaybackException ( string message ) : System
message string
Résultat System

OggPlaybackException() public méthode

public OggPlaybackException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System