C# Class MediaPlayer.MediaException

Inheritance: Exception
Afficher le fichier Open project: mkoertgen/hello.nVLC

Méthodes publiques

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

Method Details

MediaException() public méthode

public MediaException ( ) : System
Résultat System

MediaException() public méthode

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

MediaException() public méthode

public MediaException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System