다음을 통해 공유


SiloHost.ReportStartupError(Exception) 메서드

정의

사일로를 시작하는 동안 오류를 보고합니다.

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

매개 변수

exc
Exception

사일로 시작 문제를 발생시킨 예외입니다.

설명

사일로 시작 문제에 대한 정보는 연결된 모든 로거에 기록된 다음 타임스탬프가 지정된 StartupError 텍스트 파일이 현재 작업 디렉터리에 기록됩니다(가능한 경우).

적용 대상