Share via


IDebugSession3.GetStateForAllExceptions Method

Definition

Overloads

GetStateForAllExceptions(enum_EXCEPTION_STATE[])

public:
 int GetStateForAllExceptions(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_EXCEPTION_STATE> ^ pdwState);
public int GetStateForAllExceptions(Microsoft.VisualStudio.Debugger.Interop.enum_EXCEPTION_STATE[] pdwState);
abstract member GetStateForAllExceptions : Microsoft.VisualStudio.Debugger.Interop.enum_EXCEPTION_STATE[] -> int
Public Function GetStateForAllExceptions (pdwState As enum_EXCEPTION_STATE()) As Integer

Parameters

Returns

Applies to

GetStateForAllExceptions(UInt32)

public:
 int GetStateForAllExceptions([Runtime::InteropServices::Out] System::UInt32 % pdwState);
public int GetStateForAllExceptions(out uint pdwState);
abstract member GetStateForAllExceptions : uint32 -> int
Public Function GetStateForAllExceptions (ByRef pdwState As UInteger) As Integer

Parameters

pdwState
UInt32

Returns

Applies to