Share via


LocalizableString.OnException Event

Definition

Fired when an exception is raised by any of the public methods of LocalizableString. If the exception handler itself throws an exception, that exception is ignored.

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) 

Event Type

Applies to