Skip to main content

Messaging.ShowExtendedException(String, Exception) Method

Namespace: DevExpress.ExpressApp.Win.Core

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public virtual void ShowExtendedException(
    string caption,
    Exception exception
)

Parameters

Name Type
caption String
exception Exception
See Also