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: See .NET Framework System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICLRErrorReportingManager Interface