FaultEvent.AddProcessDump(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NOTE: When using FaultEvent from VisualStudio, you are strongly encouraged to not directly call AddProcessDump for the current process, but instead remotely trigger it with a targeted notification. Search for "APPLYING BUCKET FILTERS TO FAULT EVENTS" in the VS repo for details.
Add the process id of a process for which to collect a dump Dump collection doese not occur unless the Watson back end requests a dump You can request a heap dump for a particular bucket from the Watson portal: https://watsonportal.microsoft.com/. Dump collection is out of process, to reduce chance of deadlock
public:
virtual void AddProcessDump(int pid);
public void AddProcessDump (int pid);
abstract member AddProcessDump : int -> unit
override this.AddProcessDump : int -> unit
Public Sub AddProcessDump (pid As Integer)
Parameters
- pid
- Int32