| File: Data\Frames\FaultingExceptionFrame.cs | Web Access |
| Project: Microsoft.Diagnostics.DataContractReader.Contracts.csproj (Microsoft.Diagnostics.DataContractReader.Contracts) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Diagnostics.DataContractReader.Data; [CdacType(nameof(DataType.FaultingExceptionFrame))] internal partial class FaultingExceptionFrame : IData<FaultingExceptionFrame> { [FieldAddress] public partial TargetPointer TargetContext { get; } }