ExceptionThrownEvent Class

Definition

Describes the point in a running application where an exception was thrown and the raw data collected about that exception. In order to decode the exception data, use ResolvedExceptionThrownEvent. The ExceptionThrownEvent is one of the events in the ThreadChain or ThreadStreamChain.

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

Properties

DataBytes

Gets the raw bytes of the collected exception data.

Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
StackFrames

Gets the call stack for the thread at this exception.

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