IDebugStackFrame3.InterceptCurrentException 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
| InterceptCurrentException(enum_INTERCEPT_EXCEPTION_ACTION, UInt64) | |
| InterceptCurrentException(UInt32, UInt64) |
InterceptCurrentException(enum_INTERCEPT_EXCEPTION_ACTION, UInt64)
public:
int InterceptCurrentException(Microsoft::VisualStudio::Debugger::Interop::enum_INTERCEPT_EXCEPTION_ACTION dwFlags, [Runtime::InteropServices::Out] System::UInt64 % pqwCookie);
public int InterceptCurrentException(Microsoft.VisualStudio.Debugger.Interop.enum_INTERCEPT_EXCEPTION_ACTION dwFlags, out ulong pqwCookie);
abstract member InterceptCurrentException : Microsoft.VisualStudio.Debugger.Interop.enum_INTERCEPT_EXCEPTION_ACTION * uint64 -> int
Public Function InterceptCurrentException (dwFlags As enum_INTERCEPT_EXCEPTION_ACTION, ByRef pqwCookie As ULong) As Integer
Parameters
- dwFlags
- enum_INTERCEPT_EXCEPTION_ACTION
- pqwCookie
- UInt64
Returns
Applies to
InterceptCurrentException(UInt32, UInt64)
public:
int InterceptCurrentException(System::UInt32 dwFlags, [Runtime::InteropServices::Out] System::UInt64 % pqwCookie);
public int InterceptCurrentException(uint dwFlags, out ulong pqwCookie);
abstract member InterceptCurrentException : uint32 * uint64 -> int
Public Function InterceptCurrentException (dwFlags As UInteger, ByRef pqwCookie As ULong) As Integer
Parameters
- dwFlags
- UInt32
- pqwCookie
- UInt64