diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index f56b1cd9b..bf520fe38 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -186,6 +186,9 @@ +
| Field | +Description | +
|---|---|
| Architecture | +System architecture information (e.g., x64, x86) | +
| Component Name | +Syncfusion component being used | +
| Assembly Name | +Syncfusion assembly or package in use | +
| SDK Name | +Syncfusion SDK being used | +
| SDK Version | +SDK version shipped with the product | +
| Framework | +Target development framework (e.g., .NET, .NET Core) | +
| Framework Version | +Version of the target framework (e.g., .NET 10.0.9) | +
| Operating System | +Operating system used during development | +
| Session ID | +Unique session identifier (hashed value) | +
| Event Name | +Anonymous product events | +
| Exception | +Why am I getting "System.Net.Http.HttpRequestException - No such host is known" error? | +
|---|---|
| Reason | +
+ This error may occur in the following scenarios: +
When exception handling is enabled and the application lacks internet access, the telemetry module attempts to send data to Azure Application Insights, which can trigger this exception. + |
+
| Solution | +
+ To resolve this error and prevent the exception from being thrown, you can disable the telemetry in your application. This will turn off telemetry data collection entirely. + |
+