ExceptionUnwindFinallyExit Class

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

Describes the point in the exception pipeline processing where the exception unwind exits a finally block.

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

Syntax

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

Remarks

To decode the exception data, use ResolvedExceptionThrownEvent. The ExceptionUnwindFinallyExitEvent is one of the events in the ThreadEventChain or ThreadStreamEventChain.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.ExceptionEvent
        Microsoft.VisualStudio.TraceLog.ExceptionUnwindFinallyExit

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

ExceptionUnwindFinallyExit Members

Microsoft.VisualStudio.TraceLog Namespace