IDebugSession3.GetStateForAllExceptions 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.
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
- pdwState
- enum_EXCEPTION_STATE[]
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