Share via


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 序列。

適用於