Udostępnij za pośrednictwem


LoggingConsoleOptions.ExceptionStackTraceBackgroundColor Property

Definition

Gets or sets a value indicating what color to use for exception stack trace text background.

public:
 property Nullable<ConsoleColor> ExceptionStackTraceBackgroundColor { Nullable<ConsoleColor> get(); void set(Nullable<ConsoleColor> value); };
public ConsoleColor? ExceptionStackTraceBackgroundColor { get; set; }
member this.ExceptionStackTraceBackgroundColor : Nullable<ConsoleColor> with get, set
Public Property ExceptionStackTraceBackgroundColor As Nullable(Of ConsoleColor)

Property Value

Applies to