ExceptionUnwindFinallyExitEvent Class

Definition

Describes the point in the exception pipeline processing where the exception unwind exits a finally block. In order to decode the collected data, use ResolvedExceptionEvent. The ExceptionUnwindFinallyExitEvent is one of the events in the ThreadChain or ThreadStreamChain.

public ref class ExceptionUnwindFinallyExitEvent sealed : Microsoft::VisualStudio::IntelliTrace::ExceptionEvent
public ref class ExceptionUnwindFinallyExitEvent sealed : Microsoft::VisualStudio::IntelliTrace::ExceptionEvent
class ExceptionUnwindFinallyExitEvent sealed : Microsoft::VisualStudio::IntelliTrace::ExceptionEvent
public sealed class ExceptionUnwindFinallyExitEvent : Microsoft.VisualStudio.IntelliTrace.ExceptionEvent
type ExceptionUnwindFinallyExitEvent = class
    inherit ExceptionEvent
Public NotInheritable Class ExceptionUnwindFinallyExitEvent
Inherits ExceptionEvent
Inheritance
ExceptionUnwindFinallyExitEvent

Properties

MethodToken

Gets the IntelliTrace method token for the method where this event occurred. The method token may be 0 for some exception events.

(Inherited from ExceptionEvent)
Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)

Methods

Compare(OrdinalEvent, OrdinalEvent)

Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(Object)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(OrdinalEvent)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
Equals(Object)

Determines whether the specified object is equal to the current OrdinalEvent.

(Inherited from OrdinalEvent)
GetHashCode()

Gets a hash code for this OrdinalEvent.

(Inherited from OrdinalEvent)

Applies to