LocalizableString.OnException 이벤트

정의

의 공용 메서드 LocalizableString에 의해 예외가 발생할 때 발생합니다. 예외 처리기 자체가 예외를 throw하는 경우 해당 예외는 무시됩니다.

public:
 event EventHandler<Exception ^> ^ OnException;
public event EventHandler<Exception> OnException;
public event EventHandler<Exception>? OnException;
member this.OnException : EventHandler<Exception> 
Public Event OnException As EventHandler(Of Exception) 

이벤트 유형

적용 대상