ControllerStartExceptionProfiling Method
|
Starts exception profiling.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void StartExceptionProfiling()
Public Sub StartExceptionProfiling
public:
void StartExceptionProfiling()
member StartExceptionProfiling : unit -> unit
Remarks
If exception profiling is not running when this method is called, previous exception profiling data is cleared.
If exception profiling is already running, this method has no effect.
See Also