Skip to main content
.NET 6.0+

Messaging.ShowExtendedException(String, Exception) Method

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public virtual void ShowExtendedException(
    string caption,
    Exception exception
)

Parameters

Name Type
caption String
exception Exception
See Also