DiagnosticMessage Class

Definition

A single diagnostic message.

public ref class DiagnosticMessage
public class DiagnosticMessage
type DiagnosticMessage = class
Public Class DiagnosticMessage
Inheritance
DiagnosticMessage

Constructors

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

Initializes a new instance of DiagnosticMessage.

Properties

EndColumn

Gets the zero-based column index for the end of the compilation error.

EndLine

Gets the one-based line index for the end of the compilation error.

FormattedMessage

Gets the formatted error message.

Message

Gets the error message.

SourceFilePath

Path of the file that produced the message.

StartColumn

Gets the zero-based column index for the start of the compilation error.

StartLine

Gets the one-based line index for the start of the compilation error.

Applies to