Skip to main content

Class ExceptionInfo

Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll
Source: src/DocFxToTemplate/Models/DocFx/ExceptionInfo.cs#L10

src/DocFxToTemplate/Models/DocFx/ExceptionInfo.cs#L10
public class ExceptionInfo

Inheritance:
object <- ExceptionInfo

Inherited Members:
object.Equals(object, object), object.Equals(object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Properties

Type

src/DocFxToTemplate/Models/DocFx/ExceptionInfo.cs#L12
[YamlMember(Alias = "type")]
[MergeOption(MergeOption.MergeKey)]
[JsonPropertyName("type")]
public string Type { get; set; }

Property value

string

CommentId

src/DocFxToTemplate/Models/DocFx/ExceptionInfo.cs#L18
[YamlMember(Alias = "commentId")]
[JsonPropertyName("commentId")]
public string CommentId { get; set; }

Property value

string

Description

src/DocFxToTemplate/Models/DocFx/ExceptionInfo.cs#L22
[YamlMember(Alias = "description")]
[JsonPropertyName("description")]
public string Description { get; set; }

Property value

string