DiagnosticMessage Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |