Edit

Share via


SiloHost.ReportStartupError(Exception) Method

Definition

Report an error during silo startup.

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

Parameters

exc
Exception

Exception which caused the silo startup issue.

Remarks

Information on the silo startup issue will be logged to any attached Loggers, then a timestamped StartupError text file will be written to the current working directory (if possible).

Applies to