共用方式為


IFatalErrorHandler.OnFatalException(Object, String, Exception) 方法

定義

發生嚴重例外狀況時呼叫。

public void OnFatalException (object sender = default, string context = default, Exception exception = default);
abstract member OnFatalException : obj * string * Exception -> unit
Public Sub OnFatalException (Optional sender As Object = Nothing, Optional context As String = Nothing, Optional exception As Exception = Nothing)

參數

sender
Object

寄件者。

context
String

內容。

exception
Exception

例外狀況。

適用於