mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +02:00
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
|
title: "ProcessUnhandledException Function - WPF unmanaged API reference"
|
|
titleSuffix: ""
|
|
ms.date: "03/30/2017"
|
|
dev_langs:
|
|
- "cpp"
|
|
api_name:
|
|
- "ProcessUnhandledException"
|
|
api_location:
|
|
- "PresentationHost_v0400.dll"
|
|
ms.assetid: 495ce5f6-bb4d-4b30-807a-c3c35f1ca95c
|
|
---
|
|
# ProcessUnhandledException Function (WPF Unmanaged API Reference)
|
|
This API supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
|
|
|
|
Used by the Windows Presentation Foundation (WPF) infrastructure for exception handling.
|
|
|
|
## Syntax
|
|
|
|
```cpp
|
|
void __stdcall ProcessUnhandledException(
|
|
__in_ecount(1) BSTR errorMsg
|
|
)
|
|
```
|
|
|
|
## Parameters
|
|
errorMsg
|
|
The error message.
|
|
|
|
## Requirements
|
|
**Platforms:** See [.NET Framework System Requirements](/dotnet/framework/get-started/system-requirements).
|
|
|
|
**DLL:**
|
|
|
|
In the .NET Framework 3.0 and 3.5: PresentationHostDLL.dll
|
|
|
|
In the .NET Framework 4 and later: PresentationHost_v0400.dll
|
|
|
|
**.NET Framework Version:** Available since 3.0
|
|
|
|
## See also
|
|
|
|
- [WPF Unmanaged API Reference](wpf-unmanaged-api-reference.md)
|