次の方法で共有


StaticHtmlRenderer.HandleException(Exception) メソッド

定義

派生型がレンダリング中に例外を処理できるようにします。 既定では、元の例外を再スローします。

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

パラメーター

exception
Exception

Exception

適用対象