Sdílet prostřednictvím


DiagnosticMessage(String, String, String, Int32, Int32, Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci objektu DiagnosticMessage.

public:
 DiagnosticMessage(System::String ^ message, System::String ^ formattedMessage, System::String ^ filePath, int startLine, int startColumn, int endLine, int endColumn);
public DiagnosticMessage (string message, string formattedMessage, string filePath, int startLine, int startColumn, int endLine, int endColumn);
public DiagnosticMessage (string? message, string? formattedMessage, string? filePath, int startLine, int startColumn, int endLine, int endColumn);
new Microsoft.AspNetCore.Diagnostics.DiagnosticMessage : string * string * string * int * int * int * int -> Microsoft.AspNetCore.Diagnostics.DiagnosticMessage
Public Sub New (message As String, formattedMessage As String, filePath As String, startLine As Integer, startColumn As Integer, endLine As Integer, endColumn As Integer)

Parametry

message
String

Chybová zpráva

formattedMessage
String

Formátovaná chybová zpráva

filePath
String

Cesta k souboru, který zprávu vytvořil.

startLine
Int32

Index s jedním řádkem pro začátek chyby kompilace.

startColumn
Int32

Index nulového sloupce pro začátek chyby kompilace.

endLine
Int32

Jednořádkový index pro konec chyby kompilace.

endColumn
Int32

Index sloupců založený na nule pro konec chyby kompilace.

Platí pro