ResolvedExceptionThrownEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a ExceptionThrownEvent and decodes the raw data that was collected at the point.
public ref class ResolvedExceptionThrownEvent sealed : Microsoft::VisualStudio::IntelliTrace::ResolvedMethodEvent
public ref class ResolvedExceptionThrownEvent sealed : Microsoft::VisualStudio::IntelliTrace::ResolvedMethodEvent
class ResolvedExceptionThrownEvent sealed : Microsoft::VisualStudio::IntelliTrace::ResolvedMethodEvent
public sealed class ResolvedExceptionThrownEvent : Microsoft.VisualStudio.IntelliTrace.ResolvedMethodEvent
type ResolvedExceptionThrownEvent = class
inherit ResolvedMethodEvent
Public NotInheritable Class ResolvedExceptionThrownEvent
Inherits ResolvedMethodEvent
- Inheritance
Constructors
ResolvedExceptionThrownEvent(IntelliTraceProcess, ExceptionThrownEvent) |
Initializes a new instance of the ResolvedExceptionThrownEvent class. |
Properties
ExceptionThrownEvent |
Gets the original ExceptionThrownEvent. |
MetadataToken |
Gets the CLR metadata token for the decoded method. (Inherited from ResolvedMethodEvent) |
Method |
Gets the ResolvedMethod that describes the method. (Inherited from ResolvedMethodEvent) |
Mvid |
Gets the mvid of the module that contains the decoded method. (Inherited from ResolvedMethodEvent) |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
Process |
Gets the IntelliTraceProcess that contains the decoded method. (Inherited from ResolvedMethodEvent) |
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) |
GetData() |
Gets the IDataElements for the thrown exception. |
GetHashCode() |
Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent) |