_dispDebuggerEvents_Event.remove_OnExceptionThrown 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.
public:
void remove_OnExceptionThrown(EnvDTE::_dispDebuggerEvents_OnExceptionThrownEventHandler ^ A_1);
public:
void remove_OnExceptionThrown(EnvDTE::_dispDebuggerEvents_OnExceptionThrownEventHandler ^ value);
public void remove_OnExceptionThrown (EnvDTE._dispDebuggerEvents_OnExceptionThrownEventHandler A_1);
public void remove_OnExceptionThrown (EnvDTE._dispDebuggerEvents_OnExceptionThrownEventHandler value);
abstract member remove_OnExceptionThrown : EnvDTE._dispDebuggerEvents_OnExceptionThrownEventHandler -> unit
Public Sub remove_OnExceptionThrown (A_1 As _dispDebuggerEvents_OnExceptionThrownEventHandler)
Public Sub remove_OnExceptionThrown (value As _dispDebuggerEvents_OnExceptionThrownEventHandler)