CompilationFailedException(IEnumerable<CompilationFailure>) Constructor
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.
Instantiates a new instance of CompilationFailedException.
public:
CompilationFailedException(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Diagnostics::CompilationFailure ^> ^ compilationFailures);
public CompilationFailedException (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.CompilationFailure> compilationFailures);
new Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException : seq<Microsoft.AspNetCore.Diagnostics.CompilationFailure> -> Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException
Public Sub New (compilationFailures As IEnumerable(Of CompilationFailure))
Parameters
- compilationFailures
- IEnumerable<CompilationFailure>
CompilationFailures containing details of the compilation failure.