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) 

事件类型

适用于