C# Класс 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.

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
VideoException ( string message ) : System

Initializes a new instance of the VideoException class.

Описание методов

VideoException() публичный метод

Initializes a new instance of the VideoException class.
public VideoException ( string message ) : System
message string Exception's message.
Результат System