Table of Contents

Class NameIssue

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

The problem found, and whatever detail the message needs.

public record NameIssue : IEquatable<NameIssue>
Inheritance
NameIssue
Implements
Inherited Members

Constructors

NameIssue(NameIssueKind, string)

The problem found, and whatever detail the message needs.

public NameIssue(NameIssueKind Kind, string Detail)

Parameters

Kind NameIssueKind
Detail string

Properties

Detail

public string Detail { get; init; }

Property Value

string

Kind

public NameIssueKind Kind { get; init; }

Property Value

NameIssueKind