ExceptionGroups.ResetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the BreakWhenThrown and BreakWhenUserUnhandled properties to their original values for both user-defined and built-in types. User-defined exceptions are not removed.
public:
void ResetAll();
public:
void ResetAll();
void ResetAll();
[System.Runtime.InteropServices.DispId(300)]
public void ResetAll ();
[<System.Runtime.InteropServices.DispId(300)>]
abstract member ResetAll : unit -> unit
Public Sub ResetAll ()
- Attributes