Table of Contents

Class ExceptionInfo

Namespace
Docfx.DataContracts.ManagedReference
Assembly
Docfx.Dotnet.dll
public class ExceptionInfo

Inheritance

Inherited Members

Properties

CommentId

[YamlMember(Alias = "commentId")]
[JsonProperty("commentId")]
[JsonPropertyName("commentId")]
[MergeOption(MergeOption.Ignore)]
public string CommentId { get; set; }

Property Value

string

Description

[YamlMember(Alias = "description")]
[JsonProperty("description")]
[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

Type

[YamlMember(Alias = "type")]
[MergeOption(MergeOption.MergeKey)]
[JsonProperty("type")]
[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string