Video source error event.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public event VideoSourceErrorEventHandler VideoSourceError

Implements

IVideoSource..::.VideoSourceError

Remarks

This event is used to notify clients about any type of errors occurred in video source object, for example internal exceptions.

See Also