ReplProblemEvent
Semantic problem feedback intended for the current user.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplProblemEvent.cs
Signature
Section titled “Signature”public sealed record ReplProblemEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplProblemEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>IEquatable<ReplProblemEvent>
Constructors
Section titled “Constructors”ReplProblemEvent(string, string?, string?)
Section titled “ReplProblemEvent(string, string?, string?)”Semantic problem feedback intended for the current user.
public ReplProblemEvent(string Summary, string? Details = null, string? Code = null)Parameters
Section titled “Parameters”Properties
Section titled “Properties”public string? Code { get; init; }Returns
Section titled “Returns”Details
Section titled “Details”public string? Details { get; init; }Returns
Section titled “Returns”Summary
Section titled “Summary”public string Summary { get; init; }