ExceptionStyle Class
Represent an exception style.
public sealed class ExceptionStyle
- Namespace
- Spectre
.Console
Properties
- Style Dimmed
- Gets or sets the color for dimmed text such as "at" or "in".
- Style Exception
- Gets or sets the exception color.
- Style LineNumber
- Gets or sets the line number color.
- Style Message
- Gets or sets the message color.
- Style Method
- Gets or sets the method color.
- Style NonEmphasized
- Gets or sets the color for non emphasized items.
- Style ParameterName
- Gets or sets the parameter name color.
- Style ParameterType
- Gets or sets the parameter type color.
- Style Parenthesis
- Gets or sets the parenthesis color.
- Style Path
- Gets or sets the path color.