ControllerStopExceptionProfiling Method
|
Stops exception profiling.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void StopExceptionProfiling()
Public Sub StopExceptionProfiling
public:
void StopExceptionProfiling()
member StopExceptionProfiling : unit -> unit
Remarks
If exception profiling is not running, this method has no effect.
See Also