StaticHtmlRenderer.HandleException(Exception) 메서드

정의

파생 형식이 렌더링 중에 예외를 처리할 수 있도록 허용합니다. 기본값은 원래 예외를 다시 발생시키는 것입니다.

protected override void HandleException (Exception exception);
override this.HandleException : Exception -> unit
Protected Overrides Sub HandleException (exception As Exception)

매개 변수

exception
Exception

Exception

적용 대상