For the complete documentation index, see llms.txt. This page is also available as Markdown.

Diagnostic(string,int,int,string,DiagnosticSeverity)

Constructor in Diagnostic

Summary

public Diagnostic(string fileName, int line, int column, string message, DiagnosticSeverity severity = DiagnosticSeverity.Error)

Parameters

Name
Description

string fileName

int line

int column

string message

Last updated

Was this helpful?