共用方式為


DiagnosticMessage(String, String, String, Int32, Int32, Int32, Int32) 建構函式

定義

初始化 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)

參數

message
String

錯誤訊息。

formattedMessage
String

格式化的錯誤訊息。

filePath
String

產生訊息的檔案路徑。

startLine
Int32

編譯錯誤的開始之以單一為基礎的行索引。

startColumn
Int32

編譯錯誤開頭之以零起始的資料行索引。

endLine
Int32

編譯錯誤結尾的一個基底行索引。

endColumn
Int32

編譯錯誤結尾之以零起始的資料行索引。

適用於