言語

CompilationFailedException クラス

定義

Exceptionコンパイルに失敗した結果にアクセスするときにスローされる 。

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
継承
CompilationFailedException
実装

コンストラクター

名前 説明
CompilationFailedException(IEnumerable<CompilationFailure>)

CompilationFailedException の新しいインスタンスを生成します。

プロパティ

名前 説明
CompilationFailures

コンパイルエラーを含む の CompilationFailure シーケンスを取得します。

適用対象