AdvancedMessageDialogCustomErrorHandler Property
An optional custom error handler that can be used to handle exceptions in a custom way (e.g. log into a database or file).
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static Action<Exception>? CustomErrorHandler { get; set; }
Public Shared Property CustomErrorHandler As Action(Of Exception)
Get
Set
public:
static property Action<Exception^>^ CustomErrorHandler {
Action<Exception^>^ get ();
void set (Action<Exception^>^ value);
}
static member CustomErrorHandler : Action<Exception> with get, set
Property Value
ActionException