Class ConsoleMessageStackTracePart
An exception stack trace.
public record ConsoleMessageStackTracePart : ConsoleMessagePart, IEquatable<ConsoleMessagePart>, IEquatable<ConsoleMessageStackTracePart>
- Inheritance
-
ConsoleMessageStackTracePart
- Implements
- Inherited Members
Constructors
ConsoleMessageStackTracePart(Exception)
An exception stack trace.
public ConsoleMessageStackTracePart(Exception Exception)
Parameters
ExceptionExceptionThe exception whose StackTrace is rendered.
Properties
Exception
The exception whose StackTrace is rendered.
public Exception Exception { get; init; }