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

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

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

Concepts

ICLRErrorReportingManager Interface