Raise a error which occurred when communicate with the server.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void RaiseCommunicationError(
jQueryXmlHttpRequest request,
string textStatus,
Exception error
) |
Visual Basic |
---|
Public Sub RaiseCommunicationError ( _
request As jQueryXmlHttpRequest, _
textStatus As String, _
error As Exception _
) |
Visual C++ |
---|
public:
void RaiseCommunicationError(
jQueryXmlHttpRequest^ request,
String^ textStatus,
Exception^ error
) |
Parameters
- request
- Type: jQueryXmlHttpRequest
The request that was invoked.
- textStatus
- Type: System..::..String
The status of the pageInfoRequest.
- error
- Type: System..::..Exception
The error or exception if any.
See Also