次の方法で共有


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 シーケンスを取得します。

適用対象