Managed DirectShow Programming Reference

GraphRenderException Class

[This is preliminary documentation and subject to change.]

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

For a list of all members of this type, see GraphRenderException Members.

System.Object
   Exception
      GraphRenderException

public class GraphRenderException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: KvTv.DirectShow.Components

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

See Also

GraphRenderException Members | KvTv.DirectShow.Components Namespace