public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return Constants.S_OK;
 }
 public int GetBreakpointResolution(out IDebugErrorBreakpointResolution2 ppErrorResolution)
 {
     ppErrorResolution = new AD7ErrorBreakpointResolution(_error, _errorType);
     return(Constants.S_OK);
 }