C# Class Accord.Video.VideoException

Video related exception.

The exception is thrown in the case of some video related issues, like failure of initializing codec, compression, etc.

Inheritance: System.Exception
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
VideoException ( string message ) : System

Initializes a new instance of the VideoException class.

Method Details

VideoException() public méthode

Initializes a new instance of the VideoException class.
public VideoException ( string message ) : System
message string Exception's message.
Résultat System