Table of Contents

Class ConsoleMessageStackTracePart

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

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

Exception Exception

The exception whose StackTrace is rendered.

Properties

Exception

The exception whose StackTrace is rendered.

public Exception Exception { get; init; }

Property Value

Exception