LocalizableString.OnException イベント

定義

のパブリック メソッドのいずれかで例外が発生したときに発生します LocalizableString。 例外ハンドラー自体が例外をスローした場合、その例外は無視されます。

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) 

イベントの種類

適用対象