[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)
Event Error As EventHandler(Of ExceptionEventArgs)
C#
event EventHandler<ExceptionEventArgs> Error
Visual C++
 event EventHandler<ExceptionEventArgs^>^ Error {
	void add (EventHandler<ExceptionEventArgs^>^ value);
	void remove (EventHandler<ExceptionEventArgs^>^ value);
}