Class Initiator
Initiator
public sealed class Initiator
- Inheritance
-
Initiator
- Inherited Members
Properties
ColumnNumber
columnNumber
[JsonPropertyName("columnNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ColumnNumber { get; set; }
Property Value
LineNumber
lineNumber
[JsonPropertyName("lineNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? LineNumber { get; set; }
Property Value
RequestId
requestId
[JsonPropertyName("requestId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RequestId { get; set; }
Property Value
Stack
stack
[JsonPropertyName("stack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace Stack { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public InitiatorTypeValues Type { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }