TraceStoppedEventArgs Class

Definition

Represents a trace stopped event.

public sealed class TraceStoppedEventArgs : EventArgs
type TraceStoppedEventArgs = class
    inherit EventArgs
Public NotInheritable Class TraceStoppedEventArgs
Inherits EventArgs
Inheritance
TraceStoppedEventArgs

Properties

Exception

Gets the exception that occurs in the event.

StopCause

Gets the cause of trace to stop.

Applies to