StatusexceptionProfiling Property
|
true if exception profiling is on.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic bool exceptionProfiling { get; set; }
Public Property exceptionProfiling As Boolean
Get
Set
public:
property bool exceptionProfiling {
bool get ();
void set (bool value);
}
member exceptionProfiling : bool with get, set
Property Value
Type:
Boolean
See Also