CompilationFailure 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.
Describes a failure compiling a specific file.
public ref class CompilationFailure
public class CompilationFailure
type CompilationFailure = class
Public Class CompilationFailure
- Inheritance
-
CompilationFailure
Constructors
CompilationFailure(String, String, String, IEnumerable<DiagnosticMessage>, String) |
Initializes a new instance of CompilationFailure. |
CompilationFailure(String, String, String, IEnumerable<DiagnosticMessage>) |
Initializes a new instance of CompilationFailure. |
Properties
CompiledContent |
Contents being compiled. |
FailureSummary |
Summary message or instructions to fix the failure. |
Messages |
Gets a sequence of DiagnosticMessage produced as a result of compilation. |
SourceFileContent |
Contents of the file. |
SourceFilePath |
Path of the file that produced the compilation failure. |