Event Error
Event triggered when the current IdProviderCustomSettingsElement catches an error. The first parameter of the callback is the sender. The second parameter is the exception caught by the element.
Namespace: Unity.Services.Authentication.Editor
Assembly: solution.dll
Syntax
public abstract event Action<IdProviderCustomSettingsElement, Exception> Error
Returns
Type | Description |
---|---|
Action<IdProviderCustomSettingsElement, Exception> |