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

异常。

适用于