Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/processunhandledexception-function-wpf-unmanaged-api-reference.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.2 KiB

title, titleSuffix, ms.date, dev_langs, api_name, api_location, ms.assetid
title titleSuffix ms.date dev_langs api_name api_location ms.assetid
ProcessUnhandledException Function - WPF unmanaged API reference 03/30/2017
cpp
ProcessUnhandledException
PresentationHost_v0400.dll
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

void __stdcall ProcessUnhandledException(  
   __in_ecount(1) BSTR errorMsg  
)  

Parameters

errorMsg
The error message.

Requirements

Platforms: See .NET Framework 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: [!INCLUDEnet_current_v30plus]

See also