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
Show file Open project: accord-net/framework

Public Methods

Method Description
VideoException ( string message ) : System

Initializes a new instance of the VideoException class.

Method Details

VideoException() public method

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