IFatalErrorHandler.OnFatalException(Object, String, Exception) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生嚴重例外狀況時呼叫。
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
例外狀況。