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

The exception thrown when a graph component could not be rendered.

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

Syntax

Visual Basic (Declaration)
Public Class GraphRenderException _
	Inherits Exception
C#
public class GraphRenderException : Exception
Visual C++
public ref class GraphRenderException : public Exception

Remarks

The likely cause of this exception is a mismatch between source and sink components or lack of support for the types of stream provided by a source.

Inheritance Hierarchy

System.Object
  System.Exception
    KvTv.DirectShow.Components.GraphRenderException