Edit

Share via


WindowInFocusIntervalContext Constructor

Definition

Initializes a new instance of the WindowInFocusIntervalContext structure.

public WindowInFocusIntervalContext (Microsoft.Windows.EventTracing.EventContextState state, Microsoft.Windows.EventTracing.WindowInFocus.WindowInFocusInterval data, System.Runtime.ExceptionServices.ExceptionDispatchInfo exception);
new Microsoft.Windows.EventTracing.WindowInFocus.WindowInFocusIntervalContext : Microsoft.Windows.EventTracing.EventContextState * Microsoft.Windows.EventTracing.WindowInFocus.WindowInFocusInterval * System.Runtime.ExceptionServices.ExceptionDispatchInfo -> Microsoft.Windows.EventTracing.WindowInFocus.WindowInFocusIntervalContext
Public Sub New (state As EventContextState, data As WindowInFocusInterval, exception As ExceptionDispatchInfo)

Parameters

state
EventContextState

The mutable state associated with this event context.

data
WindowInFocusInterval

The data from the event that was parsed, if successful.

exception
ExceptionDispatchInfo

The exception that occured attempting to parse the event, if any.

Applies to