csharp
public sealed class RenderGraphExceptionA graph that does not describe a frame that could run.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Distinct from ArgumentException because it is almost never one argument that is wrong: it is a relationship between two declarations, and the message names both.
Methods (3)
public RenderGraphException(string message)Creates one.
public RenderGraphException()Creates one.
public RenderGraphException(string message, Exception innerException)Creates one.
Used by (2)
- RenderGraphVixen.Graphics.RenderGraph
- RenderGraphTestsVixen.Graphics.RenderGraph.Tests