Share via


IDebugEngine3.SetAllExceptions Method

Definition

Overloads

SetAllExceptions(enum_EXCEPTION_STATE)

public:
 int SetAllExceptions(Microsoft::VisualStudio::Debugger::Interop::enum_EXCEPTION_STATE dwState);
public int SetAllExceptions(Microsoft.VisualStudio.Debugger.Interop.enum_EXCEPTION_STATE dwState);
abstract member SetAllExceptions : Microsoft.VisualStudio.Debugger.Interop.enum_EXCEPTION_STATE -> int
Public Function SetAllExceptions (dwState As enum_EXCEPTION_STATE) As Integer

Parameters

Returns

Applies to

SetAllExceptions(UInt32)

public:
 int SetAllExceptions(System::UInt32 dwState);
public int SetAllExceptions(uint dwState);
abstract member SetAllExceptions : uint32 -> int
Public Function SetAllExceptions (dwState As UInteger) As Integer

Parameters

dwState
UInt32

Returns

Applies to