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

Raises the Error event.

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

Syntax

Visual Basic (Declaration)
Protected Sub OnError ( _
	e As ExceptionEventArgs _
)
C#
protected void OnError (
	ExceptionEventArgs e
)
Visual C++
protected:
void OnError (
	ExceptionEventArgs^ e
)

Parameters

e
KvTv.DirectShow.Components.ExceptionEventArgs
The event arguments.