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 (8)
- DepthResolveTestsVixen.Graphics.RenderGraph.Tests
- PingPongTextureTestsVixen.Graphics.RenderGraph.Tests
- PingPongTexturesVixen.Graphics.RenderGraph
- QueueSchedulingTestsVixen.Graphics.RenderGraph.Tests
- RenderGraphVixen.Graphics.RenderGraph
- RenderGraphPassBuilderVixen.Graphics.RenderGraph
- RenderGraphTestsVixen.Graphics.RenderGraph.Tests
- ResolveAttachmentTestsVixen.Graphics.RenderGraph.Tests