CompilationFailedException(IEnumerable<CompilationFailure>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Instanziiert eine neue Instanz von 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))
Parameter
- compilationFailures
- IEnumerable<CompilationFailure>
CompilationFailures enthält Details des Kompilierungsfehlers.