Class PausedEventArgs
Paused
public sealed class PausedEventArgs : EventArgs
- Inheritance
-
PausedEventArgs
- Inherited Members
Properties
AsyncCallStackTraceId
Gets or sets the asyncCallStackTraceId
[JsonPropertyName("asyncCallStackTraceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId AsyncCallStackTraceId { get; set; }
Property Value
AsyncStackTrace
Gets or sets the asyncStackTrace
[JsonPropertyName("asyncStackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace AsyncStackTrace { get; set; }
Property Value
AsyncStackTraceId
Gets or sets the asyncStackTraceId
[JsonPropertyName("asyncStackTraceId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId AsyncStackTraceId { get; set; }
Property Value
CallFrames
Gets or sets the callFrames
[JsonPropertyName("callFrames")]
public CallFrame[] CallFrames { get; set; }
Property Value
Data
Gets or sets the data
[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object Data { get; set; }
Property Value
HitBreakpoints
Gets or sets the hitBreakpoints
[JsonPropertyName("hitBreakpoints")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] HitBreakpoints { get; set; }
Property Value
- string[]
Reason
Gets or sets the reason
[JsonPropertyName("reason")]
public string Reason { get; set; }