CompilationFailedException Class
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.
An Exception thrown when accessing the result of a failed compilation.
public ref class CompilationFailedException : Exception, Microsoft::AspNetCore::Diagnostics::ICompilationException
C#
public class CompilationFailedException : Exception, Microsoft.AspNetCore.Diagnostics.ICompilationException
type CompilationFailedException = class
inherit Exception
interface ICompilationException
Public Class CompilationFailedException
Inherits Exception
Implements ICompilationException
- Inheritance
-
CompilationFailedException
- Implements
Compilation |
Instantiates a new instance of CompilationFailedException. |
Compilation |
Gets a sequence of CompilationFailure with compilation failures. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2 |