Skip to content

ReplProblemEvent

Semantic problem feedback intended for the current user.

public sealed record ReplProblemEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplProblemEvent>
  • IEquatable<ReplInteractionEvent>
  • IEquatable<ReplProblemEvent>

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)
public string? Code { get; init; }

string

public string? Details { get; init; }

string

public string Summary { get; init; }

string