CompilationFailedException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 序列。 |