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.

HRESULT GetBucketParametersForCurrentException(
    [out] BucketParameters *pParams
);

Parameters

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Version: 2.0

See Also

Reference

ICLRErrorReportingManager Interface