RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
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
CodeLinkTM
Type
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.
Made with
RefDocGen