CompilationFailedException(IEnumerable<CompilationFailure>) コンストラクター

定義

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))

パラメーター

compilationFailures
IEnumerable<CompilationFailure>

CompilationFailureコンパイルエラーの詳細を含む。

適用対象