Skip to main content
A newer version of this page is available. .

NeedToCacheErrorInfoEventArgs.ErrorInfo Property

Gets the ErrorInfo object representing the error that occurred.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public ErrorInfo ErrorInfo { get; }

Property Value

Type Description
DevExpress.ExpressApp.Web.ErrorInfo

The ErrorInfo object representing the error that occurred.

See Also