ICompilationException Interface
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.
Specifies the contract for an exception representing compilation failure.
public interface class ICompilationException
C#
public interface ICompilationException
type ICompilationException = interface
Public Interface ICompilationException
- Derived
This interface is implemented on exceptions thrown during compilation to enable consumers to read compilation-related data out of the exception
Compilation |
Gets a sequence of CompilationFailure with compilation failures. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |