_dispDebuggerEvents_OnExceptionThrownEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler ( [InAttribute] string ExceptionType, [InAttribute] string Name, [InAttribute] int Code, [InAttribute] string Description, [InAttribute] out dbgExceptionAction ExceptionAction )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler ( /** @attribute InAttribute() */ String ExceptionType, /** @attribute InAttribute() */ String Name, /** @attribute InAttribute() */ int Code, /** @attribute InAttribute() */ String Description, /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ dbgExceptionAction ExceptionAction )
Parameters
- ExceptionType
- Name
- Code
- Description
- ExceptionAction