Skip to main content
.NET Framework 4.6.2+

Messaging.ShowExtendedException(String, Exception) Method

Namespace: DevExpress.ExpressApp.Win.Core

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

Declaration

public virtual void ShowExtendedException(
    string caption,
    Exception exception
)

Parameters

Name Type
caption String
exception Exception
See Also