Search Results for

    Show / Hide Table of Contents

    Class TextException

    Exception text renderable

    Inheritance
    object
    CyclicWriter
    SimpleCyclicWriter
    TextException
    Namespace: Terminaux.Writer.CyclicWriters.Simple
    Assembly: Terminaux.dll
    Syntax
    public class TextException : SimpleCyclicWriter

    Constructors

    | Edit this page View Source

    TextException(Exception)

    Makes a new instance of the exception text renderer

    Declaration
    public TextException(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    Properties

    | Edit this page View Source

    BackgroundColor

    Background color of the exception text

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Exception

    Exception to render

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception
    | Edit this page View Source

    ExceptionMessageColor

    Exception message color

    Declaration
    public Color ExceptionMessageColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ExceptionNameColor

    Exception name color

    Declaration
    public Color ExceptionNameColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    FileColumnNumberColor

    File column number color

    Declaration
    public Color FileColumnNumberColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    FileLineNumberColor

    File line number color

    Declaration
    public Color FileLineNumberColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    FileNameColor

    File name color

    Declaration
    public Color FileNameColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ForegroundColor

    Foreground color of the exception text (for general text)

    Declaration
    public Color ForegroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    IlOffsetColor

    Intermediate Language offset color

    Declaration
    public Color IlOffsetColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    MethodColor

    Method color

    Declaration
    public Color MethodColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    MethodMemberColor

    Method member color

    Declaration
    public Color MethodMemberColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ParameterColor

    Parameter color

    Declaration
    public Color ParameterColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ParameterTypeColor

    Parameter type color

    Declaration
    public Color ParameterTypeColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    UseColors

    Whether to use colors or not

    Declaration
    public bool UseColors { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    UseFileInfo

    Whether to use file info or not

    Declaration
    public bool UseFileInfo { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Render()

    Renders an exception text

    Declaration
    public override string Render()
    Returns
    Type Description
    string

    Rendered text that will be used by the renderer

    Overrides
    CyclicWriter.Render()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX