ICLRErrorReportingManager::GetBucketParametersForCurrentException Method

Gets the Watson bucket for the current exception on the calling thread.

A bucket is a collection of error data that is related to the same code defect. Watson refers to a set of technologies for collecting and analyzing data that is associated with an exception.

Syntax

HRESULT GetBucketParametersForCurrentException(  
    [out] BucketParameters *pParams  
);  

Parameters

pParams
[out] A pointer to a BucketParameters structure that contains error data for the exception.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: Available since 2.0

See also