[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Occurs when there is an error in the asyncronous stream processing.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Event Error As EventHandler(Of ExceptionEventArgs)
C#
public event EventHandler<ExceptionEventArgs> Error
Visual C++
public:
virtual  event EventHandler<ExceptionEventArgs^>^ Error {
	void add (EventHandler<ExceptionEventArgs^>^ value);
	void remove (EventHandler<ExceptionEventArgs^>^ value);
}