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).

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static Action<Exception>? CustomErrorHandler { get; set; }

Property Value

ActionException

See Also