ControllerResetExceptionProfiling Method
|
Clears recorded exceptions.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic void ResetExceptionProfiling()
Public Sub ResetExceptionProfiling
public:
void ResetExceptionProfiling()
member ResetExceptionProfiling : unit -> unit
Remarks
Note: when exception profiling starts,
recorded exceptions are cleared automatically,
so you do not have to explicitly call this method in that case.
See Also