Condividi tramite


IDebugStackFrame3.InterceptCurrentException Method

Definition

Overloads

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

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

Returns

Applies to