Class ExceptionInfo
public class ExceptionInfo
Inheritance
-
Inherited Members
-
Properties
[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
-