Skip to content

Commit 3a0b953

Browse files
authored
Merge pull request #109115 from mrbullwinkle/mrb_03_26_2020_asp_net_exceptions
Clarify code samples do not apply to .NET Core
2 parents e99b757 + b5430bb commit 3a0b953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/app/asp-net-exceptions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Exceptions in your live web app are reported by [Application Insights](../../azu
2424
* [Web API 2.*](#web-api-2x)
2525
* [WCF](#wcf)
2626

27+
This article is specifically focused on .NET Framework apps from a code example perspective. Some of the methods that work for .NET Framework are obsolete in the .NET Core SDK. Refer to the [.NET Core SDK documentation](https://docs.microsoft.com/azure/azure-monitor/app/asp-net-core) if you have a .NET Core app.
28+
2729
## Diagnosing exceptions using Visual Studio
2830
Open the app solution in Visual Studio to help with debugging.
2931

0 commit comments

Comments
 (0)