다음을 통해 공유


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

예외입니다.

적용 대상