Share via


ExceptionMarkerEvent Class

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

Describes an exception marker point, which is used to index exceptions in the ThreadEventChain or ThreadStreamEventChain.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.ExceptionMarkerEvent

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

ExceptionMarkerEvent Members

Microsoft.VisualStudio.TraceLog Namespace