SiloHost.ReportStartupError(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).