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