C# Класс AForge.Video.VideoSourceErrorEventArgs

Arguments for video source error event from video source.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the VideoSourceErrorEventArgs class.

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

VideoSourceErrorEventArgs() публичный Метод

Initializes a new instance of the VideoSourceErrorEventArgs class.
public VideoSourceErrorEventArgs ( string description ) : System
description string Error description.
Результат System