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

适用于