Dela via


LoggingConsoleOptions.ExceptionBackgroundColor Property

Definition

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

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

Property Value

Applies to