SyscallContext(EventContextState, Syscall, ExceptionDispatchInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SyscallContext structure.
public SyscallContext (Microsoft.Windows.EventTracing.EventContextState state, Microsoft.Windows.EventTracing.Syscalls.Syscall data, System.Runtime.ExceptionServices.ExceptionDispatchInfo exception);
new Microsoft.Windows.EventTracing.Syscalls.SyscallContext : Microsoft.Windows.EventTracing.EventContextState * Microsoft.Windows.EventTracing.Syscalls.Syscall * System.Runtime.ExceptionServices.ExceptionDispatchInfo -> Microsoft.Windows.EventTracing.Syscalls.SyscallContext
Public Sub New (state As EventContextState, data As Syscall, exception As ExceptionDispatchInfo)
Parameters
- state
- EventContextState
The mutable state associated with this event context.
- data
- Syscall
The data from the event that was parsed, if successful.
- exception
- ExceptionDispatchInfo
The exception that occured attempting to parse the event, if any.