Share via


Renderer.HandleException(Exception) Yöntem

Tanım

Türetilmiş türlerin işleme sırasında özel durumları işlemesine izin verir. Varsayılan olarak özgün özel durumu yeniden oluşturur.

protected:
 abstract void HandleException(Exception ^ exception);
protected abstract void HandleException (Exception exception);
abstract member HandleException : Exception -> unit
Protected MustOverride Sub HandleException (exception As Exception)

Parametreler

exception
Exception

Exception.

Şunlara uygulanır