ExceptionThrownEvent 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 a running application where an exception was thrown and the raw data was collected about that exception.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public NotInheritable Class ExceptionThrownEvent _
Inherits OrdinalEvent
'Usage
Dim instance As ExceptionThrownEvent
public sealed class ExceptionThrownEvent : OrdinalEvent
public ref class ExceptionThrownEvent sealed : public OrdinalEvent
[<SealedAttribute>]
type ExceptionThrownEvent =
class
inherit OrdinalEvent
end
public final class ExceptionThrownEvent extends OrdinalEvent
Remarks
In order to decode the exception data, use ResolvedExceptionThrownEvent. The ExceptionThrownEvent 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.ExceptionThrownEvent
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.