Class EvaluateOnCallFrameCommandResponse
Response for Evaluates expression on a given call frame.
public sealed class EvaluateOnCallFrameCommandResponse : ICommandResponse<EvaluateOnCallFrameCommandSettings>, ICommandResponse
- Inheritance
-
EvaluateOnCallFrameCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Exception details.
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }
Property Value
Result
Object wrapper for the evaluation result.
[JsonPropertyName("result")]
public RemoteObject Result { get; set; }