BucketFilter(Guid, String) Constructor

Definition

Constructs a BucketFilter object.

public:
 BucketFilter(Guid id, System::String ^ watsonEventType);
public BucketFilter (Guid id, string watsonEventType);
new Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter : Guid * string -> Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.BucketFilter
Public Sub New (id As Guid, watsonEventType As String)

Parameters

id
Guid

The ID (a guid) of the bucket filter.

watsonEventType
String

The Watson event type of the bucket filter. Ex. VisualStudioNonFatalErrors2.

Applies to