ExceptionEvent Class

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

Describes a point in the exception pipeline processing.

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

Syntax

'Declaration
Public MustInherit Class ExceptionEvent _
    Inherits OrdinalEvent
'Usage
Dim instance As ExceptionEvent
public abstract class ExceptionEvent : OrdinalEvent
public ref class ExceptionEvent abstract : public OrdinalEvent
[<AbstractClassAttribute>]
type ExceptionEvent =  
    class
        inherit OrdinalEvent
    end
public abstract class ExceptionEvent extends OrdinalEvent

Remarks

To decode the collected data, use ResolvedExceptionEvent.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.ExceptionEvent
        Microsoft.VisualStudio.TraceLog.ExceptionCatcherEnter
        Microsoft.VisualStudio.TraceLog.ExceptionCatcherExit
        Microsoft.VisualStudio.TraceLog.ExceptionSearchCatcherFound
        Microsoft.VisualStudio.TraceLog.ExceptionSearchFilterEnter
        Microsoft.VisualStudio.TraceLog.ExceptionSearchFilterExit
        Microsoft.VisualStudio.TraceLog.ExceptionSearchFunctionEnter
        Microsoft.VisualStudio.TraceLog.ExceptionSearchFunctionExit
        Microsoft.VisualStudio.TraceLog.ExceptionUnwindFinallyEnter
        Microsoft.VisualStudio.TraceLog.ExceptionUnwindFinallyExit
        Microsoft.VisualStudio.TraceLog.ExceptionUnwindFunctionEnter
        Microsoft.VisualStudio.TraceLog.ExceptionUnwindFunctionExit

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

ExceptionEvent Members

Microsoft.VisualStudio.TraceLog Namespace