ExceptionIndexStreamEventChain Class

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

Provides a chain of exception marker points recorded from a running application.

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

Syntax

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

Remarks

ExceptionIndexStreamEventChain is LogStreamEventChain and only loads data into memory when GetEvent or GetEvents is called.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.RootEventChain
      Microsoft.VisualStudio.TraceLog.LogStreamEventChain
        Microsoft.VisualStudio.TraceLog.ExceptionIndexStreamEventChain

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

ExceptionIndexStreamEventChain Members

Microsoft.VisualStudio.TraceLog Namespace