CompilationFailedException 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.
An Exception thrown when accessing the result of a failed compilation.
public ref class CompilationFailedException : Exception, Microsoft::AspNetCore::Diagnostics::ICompilationException
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
Constructors
CompilationFailedException(IEnumerable<CompilationFailure>) |
Instantiates a new instance of CompilationFailedException. |
Properties
CompilationFailures |
Gets a sequence of CompilationFailure with compilation failures. |