SiloHost.ReportStartupError(Exception) 方法

定义

在孤岛启动期间报告错误。

public void ReportStartupError (Exception exc);
member this.ReportStartupError : Exception -> unit
Public Sub ReportStartupError (exc As Exception)

参数

exc
Exception

导致接收器启动问题的异常。

注解

接收器启动问题的信息将记录到任何附加的记录器,然后,如果可能) ,则会将带时间戳的 StartupError 文本文件写入当前工作目录 (。

适用于