public class ExceptionTM

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateModels.Types
Base type:  object
Implements:  IEquatable<ExceptionTM>

Represents the template model for a user-documented exception (using the exception XML tag).

Constructors

public ExceptionTM(CodeLinkTM Type, string DocComment) #
Represents the template model for a user-documented exception (using the exception XML tag).
Parameters
Type of the exception.
string DocComment
Documentation comment provided to the exception. null if the doc comment is not provided.

Properties

public string DocComment { get; init; } #
Documentation comment provided to the exception. null if the doc comment is not provided.
public CodeLinkTM Type { get; init; } #
Type of the exception.