Share via


ResolvedExceptionThrownEvent Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Describes a ExceptionThrownEvent and decodes the raw data that was collected at the point.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public NotInheritable Class ResolvedExceptionThrownEvent _
    Inherits ResolvedMethodEvent
'Usage
Dim instance As ResolvedExceptionThrownEvent
public sealed class ResolvedExceptionThrownEvent : ResolvedMethodEvent
public ref class ResolvedExceptionThrownEvent sealed : public ResolvedMethodEvent
[<SealedAttribute>]
type ResolvedExceptionThrownEvent =  
    class
        inherit ResolvedMethodEvent
    end
public final class ResolvedExceptionThrownEvent extends ResolvedMethodEvent

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.ResolvedMethodEvent
        Microsoft.VisualStudio.TraceLog.ResolvedExceptionThrownEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResolvedExceptionThrownEvent Members

Microsoft.VisualStudio.TraceLog Namespace