[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Notifications.Error

Error Method

Error(string, string)

Sends an error notification.

Declaration
public Task Error(string caption, string errorText)
Parameters
Type Name Description
string caption

The error caption.

string errorText

Optional error details.

Returns
Type Description
Task

A Task representing the asynchronous operation of sending an error notification.