public ProvideDebuggerExceptionAttribute(Type exception) : this(VSConstants.DebugEnginesGuids.ManagedOnly_string, "Common Language Runtime Exceptions", exception.Namespace, exception.FullName) { _state = DefaultState | enum_EXCEPTION_STATE.EXCEPTION_JUST_MY_CODE_SUPPORTED; }