CircularTreeException Class

Indicates that the tree being rendered includes a cycle, and cannot be rendered.
public sealed class CircularTreeException : Exception, ISerializable
Namespace
Spectre.Console
Interfaces
  • ISerializable
Base Types
  • Exception

Extension Methods

T And<CircularTreeException>(Action<CircularTreeException>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
IRenderable GetRenderable(ExceptionFormats)
Gets a IRenderable representation of the exception.
IRenderable GetRenderable(ExceptionSettings)
Gets a IRenderable representation of the exception.